| [Overview][Procedures and functions][Index] |
|
Checks whether a string contains a given substring |
|
|
Check whether a string contains a certain substring, ignoring case. |
|
|
Check whether a string ends with a certain substring |
|
|
Check whether a string ends with a certain substring, ignoring case. |
|
|
Searches, observing case, for a string in an array of strings. |
|
|
Searches, case insensitive, for a string in an array of strings. |
|
|
Check whether a string occurs in an array of strings, observing case. |
|
|
Check whether a string occurs in an array of strings, disregarding case. |
|
|
Search and replace all occurrences of a string, case sensitive. |
|
|
Search and replace all occurrences of a string, case insensitive. |
|
|
Check whether 2 strings resemble each other. |
|
|
Check whether a string starts with a given substring, observing case |
|
|
Check whether a string starts with a given substring, ignoring case |
|
|
Check whether one text contains another (case insensitive) |
|
|
Check whether one string ends with another |
|
|
Check whether one text ends with another |
|
|
Searches, observing case, for a string in an array of strings. |
|
|
Index of text in a list of values |
|
|
Check whether a string occurs in an array of strings, observing case. |
|
|
Check if a string is in a list of values |
|
|
Check whether 2 strings resemble each other |
|
|
Check whether one string starts with another |
|
|
Check whether one text starts with another |