@snailicide/g-library
Preparing search index...
index
regexp
getRegExpEndOfString
Function getRegExpEndOfString
getRegExpEndOfString
(
_value
:
string
|
RegExp
|
string
[]
,
flag
?:
|
undefined
|
"dotAll"
|
"global"
|
"ignoreCase"
|
"multiline"
|
"sticky"
|
"unicode"
|
(
|
"dotAll"
|
"global"
|
"ignoreCase"
|
"multiline"
|
"sticky"
|
"unicode"
)
[]
,
)
:
RegExp
Turn a string or strings into a regexp that checks the end
Parameters
_value
:
string
|
RegExp
|
string
[]
flag
:
|
undefined
|
"dotAll"
|
"global"
|
"ignoreCase"
|
"multiline"
|
"sticky"
|
"unicode"
|
(
"dotAll"
|
"global"
|
"ignoreCase"
|
"multiline"
|
"sticky"
|
"unicode"
)
[]
= 'global'
Returns
RegExp
See
getRegExpStartOfString
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@snailicide/g-library
Loading...
Turn a string or strings into a regexp that checks the end