共用方式為


CommonRegex 類別

定義

將 PCRE RegEx 字串轉換為 Regex 物件。 PCRE ref: http://www.pcre.org/ 。 PCRE antlr g4 檔案:CommonRegex.g4。

public static class CommonRegex
type CommonRegex = class
Public Class CommonRegex
繼承
CommonRegex

方法

CreateRegex(String)

從 PCRE 模式字串建立 Regex 物件。

適用於