looka
05-28-2005, 11:47 AM
hi, is possible to create a regular expression, who will match entire, but return only a part of a string given?
mystring = 'yiha(whatever)';
-i would like, i.e., only extract whatever is written in a between '(' and ')', but if followed with a word 'yiha'
tnx:)
mystring = 'yiha(whatever)';
-i would like, i.e., only extract whatever is written in a between '(' and ')', but if followed with a word 'yiha'
tnx:)