AdaCAD Library Documentation - v1.1.4
Github
Preparing search index...
utils/utils
parseRegex
Function parseRegex
parseRegex
(
input
:
string
,
regex
:
RegExp
)
:
string
[]
takes an input string and a regex and returns each match as an array
Parameters
input
:
string
regex
:
RegExp
Returns
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Github
AdaCAD Library Documentation - v1.1.4
Loading...
takes an input string and a regex and returns each match as an array