Tuple - String Operationsš
On this topicš
Operatorsš
tuple_environment: Read one or more environment variables.
tuple_join: Join strings using separator symbol(s).
tuple_regexp_match: Extract substrings using regular expressions.
tuple_regexp_replace: Replace a substring using regular expressions.
tuple_regexp_select: Select tuple elements matching a regular expression.
tuple_regexp_test: Test if a string matches a regular expression.
tuple_split: Split strings into substrings using predefined separator symbol(s).
tuple_str_distance: Calculate the distance between strings.
tuple_str_first_n: Cut the first characters up to position ānā out of a string tuple.
tuple_str_last_n: Cut all characters starting at position ānā out of a string tuple.
tuple_str_replace: Replace all occurrences of a substring within a string.
tuple_strchr: Forward search for characters within a string tuple.
tuple_strlen: Determine the length of every string within a tuple of strings.
tuple_strrchr: Backward search for characters within a string tuple.
tuple_strrstr: Backward search for strings within a string tuple.
tuple_strstr: Forward search for strings within a string tuple.
tuple_substr: Cut characters from position ān1ā through ān2ā out of a string tuple.