But you can of course do `"your string".substring(...
# stdlib
h
But you can of course do
"your string".substring(startIndex).matches(regexp)
u
whenever I see
substring
I automatically see
StringIndexOutOfBoundsException
😄