Engine
/
com.drake.engine.utils
/
RegexUtils
/
isMatch
is
Match
fun
isMatch
(regex:
String
?, input:
CharSequence
?):
Boolean
Content copied to clipboard
Return whether input matches the regex.
Return
true
: yes
false
: no
Parameters
regex
The regex.
input
The input.