Haxe 3.4
Re

Re
पैकेज python.lib
अजगर पर उपलब्ध हैHaxe 3.4
पैकेज python.lib
अजगर पर उपलब्ध है
static
A
:
Int
static
ASCII
:
Int
static
DEBUG
:
Int
static
DOTALL
:
Int
static
I
:
Int
static
IGNORECASE
:
Int
static
L
:
Int
static
LOCALE
:
Int
static
M
:
Int
static
MULTILINE
:
Int
static
S
:
Int
static
U
:
Int
static
UNICODE
:
Int
static
VERBOSE
:
Int
static
X
:
Int
static
compile
(
pattern:
String
,
flags:
Int
= 0
):
Regex
static
escape
(
string:
String
):
TODO
static
inline
findallArray
(
pattern:
Pattern
,
string:
String
,
flags:
Int
= 0
):
Array
<
Array
<
String
>>
static
inline
findallDynamic
(
pattern:
Pattern
,
string:
String
,
flags:
Int
= 0
):
Array
<
Dynamic
>
static
inline
findallString
(
pattern:
Pattern
,
string:
String
,
flags:
Int
= 0
):
Array
<
String
>
static
inline
findallTuple
(
pattern:
Pattern
,
string:
String
,
flags:
Int
= 0
):
Array
<
Tuple
<
String
>>
static
finditer
(
pattern:
Pattern
,
string:
String
,
flags:
Int
= 0
):
NativeIterator
<
MatchObject
>
static
match
(
pattern:
Pattern
,
string:
String
,
flags:
Int
= 0
):
Null
<
MatchObject
>
static
purge
():
Void
static
search
(
pattern:
Pattern
,
string:
String
,
flags:
Int
= 0
):
Null
<
MatchObject
>
static
split
(
pattern:
Pattern
,
string:
String
,
maxsplit:
Int
= 0,
flags:
Int
= 0
):
Array
<
String
>
static
sub
(
pattern:
Pattern
,
repl:
MatchObject
‑>
String
,
string:
String
,
count:
Int
= 0,
flags:
Int
= 0
):
String
static
sub
(
pattern:
Pattern
,
repl:
String
,
string:
String
,
count:
Int
= 0,
flags:
Int
= 0
):
String
static
subn
(
pattern:
Pattern
,
repl:
Repl
,
string:
String
,
count:
Int
= 0,
flags:
Int
= 0
):
String