Methods

posΒΆ

pos(haystack:Str, needle:Str, start:Int)

Find substring position

start

Non-negative Int, position where the search starts

Returns

Int or null. Not -1 as in many languages