hccbe
正規表現確認
正規表現:
/
/
g
: global
i
: ignoreCase
m
: multiline
u
: unicode
y
: sticky
lastIndex
:
対象文字列サンプル:
RegExp.exec()
String.match()