CommonRegex 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 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 物件。 |