string_matches (string text, string regex_pattern) ⇒ boolean
Returns a boolean true or false value as to whether a string, text, matches the regular language pattern, regex_pattern.
Alternative function names: str_matches
First available: Version 1.3.3
Notes
It is worth noting that this is less efficient than running a == on a string because it first needs to compile a regular expression.

There are no comments on this page.
Comments are welcome and encouraged, including disagreement and critique. However, this is not a space for abuse. Disagreement is welcome; personal attacks, harassment, or hate will be removed instantly. This site reflects personal opinions, not universal truths. If you can’t distinguish between the two, this probably isn’t the place for you. The system temporarily stores IP addresses and browser user agents for the purposes of spam prevention, moderation, and safeguarding. This data is automatically removed after fourteen days.
Comments powered by BalfComment