syntax

    Perform regular matching on the string str, return true if it matches, and return false if it doesn’t match. pattern is a regular expression.

    1. REGEXP