Haxe 3.4
MatchObject

MatchObject
पैकेज python.lib
आयात python.lib.Re
अजगर पर उपलब्ध हैHaxe 3.4
पैकेज python.lib
आयात python.lib.Re
अजगर पर उपलब्ध है
read only
endpos
:
Int
read only
lastgroup
:
Int
read only
lastindex
:
Int
read only
pos
:
Int
read only
re
:
Regex
read only
string
:
String
end
(
i:
Int
= 0
):
Int
end
(
x:
String
):
Int
inline
endById
(
s:
String
):
Int
expand
(
template:
String
):
String
group
(
i:
Int
= 0
):
String
group
(
x:
String
):
String
inline
groupById
(
s:
String
):
String
groupdict
(
?defaultVal:
Dict
<
String
,
String
>
):
Dict
<
String
,
String
>
groups
(
?defaultVal:
String
):
Tuple
<
String
>
span
(
?i:
Int
):
Tuple2
<
Int
,
Int
>
start
(
i:
Int
= 0
):
Int
start
(
x:
String
):
Int
inline
startById
(
s:
String
):
Int