Preserved Topic: regular expression books (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: New Jersey, USA |
posted 04-09-2001 01:32
Anybody got any good recomendations for books on regular expressions. I know I'm going to need a good grasp of them, and don't like to waste money on trail and error in my book buying. |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 04-09-2001 04:13
while (x > 0) |
Paranoid (IV) Inmate From: other places |
posted 04-09-2001 04:26
_Mastering Regular Expressions_ by Jeffrey Friedl (O'Reilly) seems to be the one everybody refers to. I think it *** as a learning book. Don't buy it. |
Paranoid (IV) Inmate From: New Jersey, USA |
posted 04-09-2001 04:44
Thanks Mage, next time I need to search for bob, I'll know just the function to use. |
Paranoid (IV) Inmate From: other places |
posted 04-09-2001 04:46
I probably got the most mileage out of looking at other people's code. |
Paranoid (IV) Inmate From: New Jersey, USA |
posted 04-09-2001 04:54
I was looking at what you and WarMage posted in the other thread about this, and it doesn't seem to matter how hard I look at it, it's just jibberish to me. Besides, that's not the kind of code you get to see when you don't work in the business. The only code I see that's not mine, is here at the asylum, or in a book. I don't personally know anybody else who does this stuff. Let the learning search begin. |
Paranoid (IV) Inmate From: other places |
posted 04-09-2001 05:54
Reversing a string is useful if you have to format a number with commas (thousands separators). I don't have the exact regular expression handy, but the dirty secret is: |
Paranoid (IV) Inmate From: New Jersey, USA |
posted 04-09-2001 21:54
No applause necessary. |