sqlkit
    Preparing search index...

    Function regexp

    • Creates a condition to check if a value matches a regular expression

      Type Parameters

      • T

      Parameters

      • key: keyof T

        The column name

      • pattern: string

        The regular expression pattern

      Returns SimpleWhere<T>

      A SimpleWhere condition