Function startsWith

  • returns is the values starts with the provided condition

    Returns

    If the value starts with the condition

    Parameters

    • value: string

      The Value to Check Against

    • condition: string

      The Value to Check For

    • flags: string = "i"

      Any Flags to be passed to RegExp

    Returns boolean

Generated using TypeDoc