You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies if this is referenced elsewhere, but in Miller's DSL, is there a way to search for a substring within a string and return the substring's position in the string?
Apologies if this is referenced elsewhere, but in Miller's DSL, is there a way to search for a substring within a string and return the substring's position in the string?
Basically something like Go's
strings.Index()
method:The text was updated successfully, but these errors were encountered: