Class StrIndex

Return a positive integer corresponding to the 1-indexed position of the first occurrence of a substring inside another string, or 0 if the substring is not found.

Declaration

class StrIndex(Func)
source link

Documentation

Methods

Inherited methods

Reexports