Skip to content

regex_match

Signature

regex_match(string, string|number)

Description

First string is the regular exression which is compared with second input which can be a number or string.

Examples

TODO