haXe API Documentation
Back
|
Index
extern
class
cs.system.text.regularExpressions.Regex
Available in cs
function
new(pattern :
String
, options :
RegexOptions
) :
Void
function
Match(input :
String
) :
Match
function
Replace(input :
String
, replacement :
String
) :
String
function
Split(input :
String
) :
cs.NativeArray
<
String
>
Back
|
Index