다음을 통해 공유


CommonRegex 클래스

정의

PCRE 정규식 문자열을 개체로 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 다.

적용 대상