Substrings
Functions for detecting substrings, prefixes, and suffixes.
Subtopics
- Istrpos
- Case-insensitivly locate the first occurrence of a substring.
- Strrpos
- Locate the last occurrence of a substring.
- Strpos
- Locate the first occurrence of a substring.
- Collect-syms-with-isubstr
- Gather symbols whose names have some (case-insensitive) substring.
- Istrprefixp
- Case-insensitive string prefix test.
- Collect-strs-with-isubstr
- Gather strings that have some (case-insensitive) substring.
- Iprefixp
- Case-insensitive character-list prefix test.
- Strsuffixp
- Case-sensitive string suffix test.
- Firstn-chars
- Efficient way to take leading characters from a string.
- Strprefixp
- Case-sensitive string prefix test.
- Isubstrp
- Case-insensitively test for the existence of a substring.
- Substrp
- Case-sensitive test for the existence of a substring.