Skip to main content

RegEx

Vasyl MartyniukLess than 1 minute

Assert if the left value matches the regular expression. It is crucial to provide a valid regular expression. For more information about PHP RegEx, refer to the official PHP documentationopen in new window. Otherwise, an unexpected result may be returned.

{
  "Condition": {
    "RegEx": {
      "${HTTP_GET.page}": "/^[a-z]+$/i"
    }
  }
}