powered by
sub
substr(str, start, end)
pystr_find(str, sub, start = 1, end = nchar(str))
-1
pystr_rfind
pystr_find("abcdxyzabc", "abc") pystr_find("abc", "xy") pystr_find("abcxyzabc", "abc", 4)
Run the code above in your browser using DataLab