matches (~=)
Description
=~
or MATCHES
takes a text and checks if it matches a regular expression (python style).
Example
will return false, since \d
only matches numbers and Hello World
contains letters.
Last updated
=~
or MATCHES
takes a text and checks if it matches a regular expression (python style).
will return false, since \d
only matches numbers and Hello World
contains letters.
Last updated