EvaluationFactory.LikeToRegex(String) メソッド

定義

Like パターンを同等の Regex パターンに変換します

public static string LikeToRegex(string likePattern);
static member LikeToRegex : string -> string
Public Shared Function LikeToRegex (likePattern As String) As String

パラメーター

likePattern
String

Like パターン

返品

正規表現パターン

適用対象