Regex tester
Method
Result
String.match()
[
"t",
"t"
]
String.matchAll()
[
[
"t"
],
[
"t"
]
]
String.search()
0
String.split()
[
"",
"es",
""
]
Regex.test()
true
Regex.exec()
Property
Value
"raw indexes"
[
"t"
]
groups
undefined
index
0
input
"test"