C# 클래스 Kirikiri.Tjs2.RegExpNI

상속: NativeInstanceObject
파일 보기 프로젝트 열기: fantasydr/krkr-cs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
RegEx Sharpen.Pattern
mArray Variant
mFlags int
mIndex int
mInput string
mLastIndex int
mLastMatch string
mLastParen string
mLeftContext string
mMatch Sharpen.Matcher
mRightContext string
mStart int

공개 메소드들

메소드 설명
GetRegExpFlagsFromString ( string @string ) : int
RegExpFlagToValue ( char ch, int prev ) : int
RegExpNI ( ) : Kirikiri.Tjs2
Split ( Holder array, string target, bool purgeempty ) : void

메소드 상세

GetRegExpFlagsFromString() 공개 정적인 메소드

public static GetRegExpFlagsFromString ( string @string ) : int
@string string
리턴 int

RegExpFlagToValue() 공개 정적인 메소드

public static RegExpFlagToValue ( char ch, int prev ) : int
ch char
prev int
리턴 int

RegExpNI() 공개 메소드

public RegExpNI ( ) : Kirikiri.Tjs2
리턴 Kirikiri.Tjs2

Split() 공개 메소드

public Split ( Holder array, string target, bool purgeempty ) : void
array Holder
target string
purgeempty bool
리턴 void

프로퍼티 상세

RegEx 공개적으로 프로퍼티

public Pattern,Sharpen RegEx
리턴 Sharpen.Pattern

mArray 공개적으로 프로퍼티

public Variant,Kirikiri.Tjs2 mArray
리턴 Variant

mFlags 공개적으로 프로퍼티

public int mFlags
리턴 int

mIndex 공개적으로 프로퍼티

public int mIndex
리턴 int

mInput 공개적으로 프로퍼티

public string mInput
리턴 string

mLastIndex 공개적으로 프로퍼티

public int mLastIndex
리턴 int

mLastMatch 공개적으로 프로퍼티

public string mLastMatch
리턴 string

mLastParen 공개적으로 프로퍼티

public string mLastParen
리턴 string

mLeftContext 공개적으로 프로퍼티

public string mLeftContext
리턴 string

mMatch 공개적으로 프로퍼티

public Matcher,Sharpen mMatch
리턴 Sharpen.Matcher

mRightContext 공개적으로 프로퍼티

public string mRightContext
리턴 string

mStart 공개적으로 프로퍼티

public int mStart
리턴 int