Re: yet another text match and extract

2002-07-15 Thread Steven_Massey
Thanks - I've understood that -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: yet another text match and extract

2002-07-15 Thread Jeff 'japhy' Pinyan
On Jul 15, [EMAIL PROTECTED] said: >$test="Fred Flinstone Betty and Barney (Class F) (bye)"; > >the length is variable, the only guarantee is that (Class x) exists, it is >the "Class x" that I want to extract. I have though of spliting on ( and >doing some further checking spliting. A simple reg