Like std.string.indexOf, but with an optional 'start' parameter, and returns s.length when not found (instead of -1).
See Implementation
Like std.string.indexOf, but with an optional 'start' parameter, and returns s.length when not found (instead of -1).