CommonRegex class
將 PCRE regex 字串轉換為 RegExp PCRE ref:http://www.pcre.org/。 PCRE antlr g4 檔案:CommonRegex.g4。
方法
Create |
從 PCRE 模式字串建立 RegExp 物件。 |
方法詳細資料
CreateRegex(string)
從 PCRE 模式字串建立 RegExp 物件。
static function CreateRegex(pattern: string): RegExp
參數
- pattern
-
string
PCRE 模式字串。
傳回
RegExp
RegExp 物件。