C# Class Fan.Sys.Regex

Regex
Inheritance: FanObj
Show file Open project: xored/f4 Class Usage Examples

Public Properties

Property Type Description
m_defVal Regex

Public Methods

Method Description
@typeof ( ) : Type
Equals ( object obj ) : bool
GetHashCode ( ) : int
fromStr ( string pattern ) : Regex
glob ( string pattern ) : Regex
hash ( ) : long
matcher ( string s ) : RegexMatcher
matches ( string s ) : bool
quote ( string str ) : Regex
split ( string s ) : List
split ( string s, long limit ) : List
toStr ( ) : string

Private Methods

Method Description
Regex ( string source ) : System.Text

Method Details

@typeof() public method

public @typeof ( ) : Type
return Type

Equals() public final method

public final Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public final method

public final GetHashCode ( ) : int
return int

fromStr() public static method

public static fromStr ( string pattern ) : Regex
pattern string
return Regex

glob() public static method

public static glob ( string pattern ) : Regex
pattern string
return Regex

hash() public final method

public final hash ( ) : long
return long

matcher() public method

public matcher ( string s ) : RegexMatcher
s string
return RegexMatcher

matches() public method

public matches ( string s ) : bool
s string
return bool

quote() public static method

public static quote ( string str ) : Regex
str string
return Regex

split() public method

public split ( string s ) : List
s string
return List

split() public method

public split ( string s, long limit ) : List
s string
limit long
return List

toStr() public method

public toStr ( ) : string
return string

Property Details

m_defVal public static property

public static Regex m_defVal
return Regex