in reply to Re: Failed regex: negative look-behinds
in thread Failed regex: negative look-behinds
therefore, /\A(?<!compiled)[a-zA-Z0-9]+\z/ matches any occurance of one or more alphanumeric at the end of a string that does not follow "compiled"
Which is exactly what I want to match, but the regex doesn't seem to match this any occurance of one or more alphanumeric at the end of a string that does not follow "compiled". *shrug*
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Failed regex: negative look-behinds
by chargrill (Parson) on Feb 07, 2006 at 06:11 UTC |