I am looking for an alternative that would solve the following issue:
with .detect
if I am looking for stringvalue
and the value given is 132stringvalue
, it will still return true. I need an alternative that will be matching everything from the beginning of the string. Any suggestions aside from regex?