Functionsยง
- count
- Count non-overlapping occurrences of
subin each string element. - endswith
- Test whether each string element ends with the given suffix.
- find
- Find the lowest index of
subin each string element. - replace
- Replace occurrences of
oldwithnewin each string element. - startswith
- Test whether each string element starts with the given prefix.