The string to peel from.
The candidate list of values to peel from str.
A tuple where the first item is the peeled string and the second item is the remainder of the string. If the string does not start with any given candidates, then the first item will be null and the second item will be str.
Peels a candidate string from the start of a string and splits it into two segments.