G
Guest
Hi,
I'm looking to do wild card pattern matching on strings. Here is an example:
Search string:
Begin * end?
New line with additional content*
Would match:
Begin at the end.
New line with additional content will appear here
Can anyone point me to an API that converts wildcard expressions to regular
expressions or can do string searching based on regular expressions?
Thanks,
Stuart
I'm looking to do wild card pattern matching on strings. Here is an example:
Search string:
Begin * end?
New line with additional content*
Would match:
Begin at the end.
New line with additional content will appear here
Can anyone point me to an API that converts wildcard expressions to regular
expressions or can do string searching based on regular expressions?
Thanks,
Stuart