in reply to Re: book vs. web for Perl Regex study?
in thread book vs. web for Perl Regex study?
As Friedl points out, the implementation of regexes is somewhat tool-specific. Don't do like I did and expect your Perl regexes to work in vi, or Java, or Oracle, or other regex-enabled tools. Often they won't until they're modified.
Then again, don't panic. It's mostly knowing when you need to escape a character, but it still made me crazy for a while. Learn the basics using one tool, on one platform, and only then start crossing tools and platforms.
Just one dumb old DBA's opinion...
|
|---|