For each character in b, determine if a[0] <= c <= a[1] or a[1] <= c <= a[2]... Contrarily to false documentation on the Internet, pairs must be in a!
See Implementation
For each character in b, determine if a[0] <= c <= a[1] or a[1] <= c <= a[2]... Contrarily to false documentation on the Internet, pairs must be in a!