Lakshmanan
August 11th, 1999, 08:02 AM
Hi,
I am just trying to find a pattern matching api . Can u tell me which
one can I use.
I have a
String str = "Good";
String test = "G*";
I want to know whether 'str' is of the pattern 'test' (in this case true).
Thanx in advance.
If a reply could also be copied to lakshmanan.r@in.bosch.com , I'd really
appreciate it.
With Regards,
Lachu
lakshmanan.r@in.bosch.com
I am just trying to find a pattern matching api . Can u tell me which
one can I use.
I have a
String str = "Good";
String test = "G*";
I want to know whether 'str' is of the pattern 'test' (in this case true).
Thanx in advance.
If a reply could also be copied to lakshmanan.r@in.bosch.com , I'd really
appreciate it.
With Regards,
Lachu
lakshmanan.r@in.bosch.com