View Review Details
| Book: | Regular Expression Pocket Reference | |
| Subject: | A Review of "Regular Expression Pocket Reference" | |
| Date: | 2005-07-12 09:29:22 | |
| From: | G. Roush | |
|
Rating:
One of the most difficult things when working with regular expressoins -- at least for me -- is dealing with different implementations (i.e., Perl, Java, Python, PHP, UNIX tools, etc.) The basics of regexes and pattern matching don't vary all that much, but each implementation is just different enough that the smae line of code can yield different results. If you work with more than one of these implementations, keeping track of differences in metacharacters and metasequences can be nearly impossible. This is especially true when -- as is the case with me -- you deal with regexes somewhat intermittently.
|
||
