• Tests whether target is in alphanumeric

    Example

    expect(isAlphaNumeric('abc123').value).toBeTruthy()
    

    Parameters

    • _target: string

      The target string

    • locale: string = 'en-US'

      The locale (Defaults to 'en-US')

    • options: any = {}

    Returns Result<boolean | undefined>

Generated using TypeDoc