PHP functions strcspn() and strspn()
Function strcspn()
The function strcspn() finds the length of initial segment not matching mask.
In the code snippet below, we want to find the prefix length of a UK post code.
CF34 9LH is the post code string and the disallowed character list is 012...
yanyy.hashnode.dev2 min read