Hi Here i have two pattern match statements can some
one tell me whether the two are same or not.
match_pattern =
{",\s*",fld,"(\s+\d+)(\s+\d+)(\s+\d+)\s*,"};
changed to the following
match_pattern = {",\s*",fld,"(\s+\d+){3}\s*,"};
is it same or different
i think they are not same...
thanks
srini
__________________________________________________
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]