StringΒΆ
Whether the string contains a given pattern or substring. |
|
Whether the string ends with a given suffix. |
|
Concatenates all strings in a group to a single string. |
|
Computes the length of the string. |
|
Converts all alphabet letters to lower case. |
|
Replaces all occurrences of a given substring by a different string. |
|
Returns a substring of the input string. |
|
Whether the string starts with a given prefix. |
|
Removes leading and trailing whitespace. |
|
Converts all alphabet letters to upper case. |