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
Returns the starting index of the `occurrence`th occurrence of the substring `pattern`
281
+
in the input string `string`.
282
+
Default value of `occurrence` is set to `1`.
283
+
If `consider_overlapping` is not provided or is set to `.true.` the function counts two overlapping occurences of substring as two different occurrences.
284
+
If `occurrence`th occurrence is not found, function returns `0`.
0 commit comments