CommonRegex Class
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.
Convert PCRE regex string to Regex object. PCRE ref: http://www.pcre.org/. PCRE antlr g4 file: CommonRegex.g4.
public static class CommonRegex
type CommonRegex = class
Public Class CommonRegex
- Inheritance
-
CommonRegex
Methods
CreateRegex(String) |
Create Regex object from PCRE pattern string. |