regular expressions
Can anyone point me to a sane and simple regular expression lib i can use in vc++ 7.x
I just wanta be able to do like
.*something.*somethingelse.*boo{.*}.*etc
where the one in brackets is the group/expression i wanta extract, most ive seen id have to know that the 4th match was the one i wanted...i just wanta pass a string and have a value pulled out without knowing which num match it will be...if that makes sence..heh
|