RE: regular expressions and search and replace.

2001-11-26 Thread Kris Vermeulen
Hi Bob and everyone else, Many thanks for the tip and for pointing me into the correct direction! Kris > > I want to replace every "[LINK='page.html']" with > > I just want to search for [LINK= and the matching ] and just leave > > the text in between. Is this possible using just regular expr

regular expressions and search and replace.

2001-11-26 Thread Kris Vermeulen
Hi everyone! Many programming languages are taking over regular expressions. But since it originated from Perl (am I correct?), I taught this would be the ideal place to drop my beginner's question. I already succeeded in replacing occurrences of some string in a complete text, but is it also po