Finds a matching substring in a given string.
The string to find a pattern in.
The pattern to look for.
The matching string, if one was found, or null otherwise.
See Implementation
Finds a matching substring in a given string.