RGex Builder Platform - v1.2.0
    Preparing search index...

    Function isSpecialChar

    • Checks if a single character is a special regex character.

      Parameters

      • char: string

        The character to check.

      Returns boolean

      true if the character has a special meaning in regex, otherwise false.