Check if a string has the given prefix. Returns 0 if not prefixed or the length of the prefix if it is.
See Implementation
Check if a string has the given prefix. Returns 0 if not prefixed or the length of the prefix if it is.