regex help please

Mark Wieder mwieder at ahsoftware.net
Thu Feb 9 15:52:34 EST 2012


Klaus,

What Andre said. Nonetheless, if you want to continue down the regex path, try
something like

 get matchText(tText,"(?s)<" & tTag & ">(.*?)</" & tTag & ">",tValue)
 replace "<" & tTag & ">" & tValue </" & tTag & ">" with
  "<" & tTag & ">" & tNewValue </" & tTag & ">"
  in tText

-- 
 Mark Wieder







More information about the use-livecode mailing list