$SHELL crypto token has been launched on pump.fun, Support us by purchasing the new crypto token and sharing it.

Token address : 9V1YGAXwEzKS5SX5oBJL5Sk5Mn4CiTsC3QNDxP1Rpump scan | chart

Documents

REGEX

regex functions


regex.match

Returns true if a match exists, false otherwise.

Syntax

regex.match(str, pattern)
regex.matches

Returns an array of strings

Syntax

regex.matches(str, pattern)
regex.replace

Syntax

regex.replace(str, pattern, "new str")

This page is open source. Noticed a typo? Or something unclear?
Improve this page on GitHub