Search found 2 matches

by frodo baggins
Thu Aug 20, 2009 3:27 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Regex delimiter
Replies: 3
Views: 3918

I know what you mean, Frodo. Many things are amazingly easy then something seemingly simply is confounding. You're using the correct literal character, "". This works for me. on mouseUp put "<a href=" & quote & "http://forums.runrev.com" & quote & ">RunRev Forum</a>" into tUrl get matchText ( tUrl,...
by frodo baggins
Wed Aug 19, 2009 3:39 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Regex delimiter
Replies: 3
Views: 3918

Regex delimiter

hello everybody this is my first experience with runrev and so far it has been kinda like a roller coaster ride, one moment i'm awestruck , the next moment i'm almost scratching my head uncontrollably. anyway what is the regex delimiter? i have this regex matchtext("<h1 ="(.*?)">" ,matchedtext) and ...