View Single Post
Old 10-21-2010, 03:06 PM   #18
Valloric
Created Sigil, FlightCrew
Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.
 
Valloric's Avatar
 
Posts: 1,982
Karma: 350515
Join Date: Feb 2008
Device: Kobo Clara HD
Quote:
Originally Posted by bobcdy View Post
I downloaded UltraEdit and tried regex search with \s+ Did not work* although it worked with Sigil, but not with Notepad++. That's been my problem with regex all along. It seems that one needs to learn a new version of regex for each program one uses, and of course I never know which version is the correct one or how to find resources for that specific version. When I try to learn regex, I go to the internet and read a bit about it and try the examples. They usually don't work with either Sigil or Notepad++, and it seems that UltraEdit is not a solution for me because its version of regex, whatever it is, is not identical to that of Sigil.
UltraEdit has several regex engines at its disposal. You pick the one you want. The one I care about is the Perl one, which uses PCRE.

In general, you can separate applications that offer regular expressions into two camps: those that offer an engine and syntax similar to the one used in Perl, and all the others.

Hint: the ones that offer something similar to Perl are much more successful.
Valloric is offline   Reply With Quote