|  Preserved Topic: Regexp madness  | |
|---|---|
| Author | Thread | 
| Paranoid (IV) Inmate From: Minneapolis, MN, USA |  posted 09-05-2001 17:27 I think I'm bumping into the limitations of BBEdit's regexp routines here.  But keep in mind that it's supposed to emulate GREP (is that POSIX style regexps?), not PerlRe.  Basically I just want to delete all blank lines out of my text file.  I was using the following regexp but it doesn't seem to be matching: | 
| Paranoid (IV) Inmate From: California |  posted 09-05-2001 18:21 Hi jiblet, | 
| Paranoid (IV) Inmate From: Minneapolis, MN, USA |  posted 09-06-2001 18:52 Yeah, like I said BBEdit is supposed to emulate GREP Regexps, not PerlRe | 
| Paranoid (IV) Inmate From: California |  posted 09-06-2001 19:47 This link might help you out: GREP Regex |