Test

Description
Tests if a string matches a regular expression.
Tags
Functions
Type
Checkbox
Syntax
test(number, text) test(text, text) test(boolean, text)
Example
test("1-2-3", "-") == true
Template Example