EvaluationFactory.LikeToRegex(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts Like pattern to equivalent Regex pattern
public static string LikeToRegex (string likePattern);
static member LikeToRegex : string -> string
Public Shared Function LikeToRegex (likePattern As String) As String
Parameters
- likePattern
- String
Like pattern
Returns
Regex pattern