irregular expression

Dar Scott dsc at swcp.com
Fri Jul 14 18:26:38 EDT 2006


On Jul 14, 2006, at 12:29 PM, Dar Scott wrote:

> On Jul 14, 2006, at 6:05 AM, tvogelaar at de-mare.nl wrote:
>
>> I have a problem with regular expressions. I want to use
>> put replacetext(myVar,"</?a[^>]*>","") into myVar
>> to delete all hyperlinks form a HTML file.

> case?

To elaborate:  Try putting "(?i)" at the beginning of your string.   
Otherwise matches will be case sensitive.

Dar Scott





More information about the use-livecode mailing list