@snailicide/g-library
Preparing search index...
index
stringUtils
match
Function match
match
(
value
:
string
,
pattern
:
RegExp
)
:
boolean
Checks if the string matches the given RegExp pattern.
Parameters
value
:
string
pattern
:
RegExp
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@snailicide/g-library
Loading...
Checks if the string matches the given RegExp pattern.