strcspn « String « PHP






1.strcspn($password, '1234567890')
2.strspn: Find length of initial segment matching mask
3.strcspn Demo
4.See what portion of a string is composed only of a given set of characters