Re: Homesite+ Regex

2006-03-15 Thread Rick Root
Ben Doom wrote: > Also, I don't think homesite supports \s. IIRC, it's regex engine is > equivalent to CF5's engine. I noticed that too. It also doesn't support non-greedy matching, which really makes it nearly worthless in that regard. Luckily I don't do too much regex find/replace in homes

Re: Homesite+ Regex

2006-03-15 Thread Ben Doom
Also, I don't think homesite supports \s. IIRC, it's regex engine is equivalent to CF5's engine. --Ben Rick Root wrote: > Rick Root wrote: >> I've always found doing regular expressions find/replace in homesite to >> be tedious to the point of it not working. >> >> If I do an extended find in

Re: Homesite+ Regex

2006-03-15 Thread Rick Root
Rick Root wrote: > I've always found doing regular expressions find/replace in homesite to > be tedious to the point of it not working. > > If I do an extended find in homesite 5.5+ with the following regular > expression, nothing comes up. > > ^\s+$ > > that's a pretty simple "find all lines

Homesite+ Regex

2006-03-15 Thread Rick Root
I've always found doing regular expressions find/replace in homesite to be tedious to the point of it not working. If I do an extended find in homesite 5.5+ with the following regular expression, nothing comes up. ^\s+$ that's a pretty simple "find all lines containing only whitespace" expres