ClassesClassesClassesClasses | | | | Operators

String Operations

tuple_environmentTupleEnvironmentTupleEnvironmenttuple_environmentTupleEnvironmenttuple_environment
Read one or more environment variables.
tuple_regexp_matchTupleRegexpMatchTupleRegexpMatchtuple_regexp_matchTupleRegexpMatchtuple_regexp_match
Extract substrings using regular expressions.
tuple_regexp_replaceTupleRegexpReplaceTupleRegexpReplacetuple_regexp_replaceTupleRegexpReplacetuple_regexp_replace
Replace a substring using regular expressions.
tuple_regexp_selectTupleRegexpSelectTupleRegexpSelecttuple_regexp_selectTupleRegexpSelecttuple_regexp_select
Select tuple elements matching a regular expression.
tuple_regexp_testTupleRegexpTestTupleRegexpTesttuple_regexp_testTupleRegexpTesttuple_regexp_test
Test if a string matches a regular expression.
tuple_splitTupleSplitTupleSplittuple_splitTupleSplittuple_split
Split strings into substrings between predefined separator symbol(s).
tuple_str_first_nTupleStrFirstNTupleStrFirstNtuple_str_first_nTupleStrFirstNtuple_str_first_n
Cut the first characters up to position “n” out of a string tuple.
tuple_str_last_nTupleStrLastNTupleStrLastNtuple_str_last_nTupleStrLastNtuple_str_last_n
Cut all characters starting at position “n” out of a string tuple.
tuple_strchrTupleStrchrTupleStrchrtuple_strchrTupleStrchrtuple_strchr
Forward search for characters within a string tuple.
tuple_strlenTupleStrlenTupleStrlentuple_strlenTupleStrlentuple_strlen
Determine the length of every string within a tuple of strings.
tuple_strrchrTupleStrrchrTupleStrrchrtuple_strrchrTupleStrrchrtuple_strrchr
Backward search for characters within a string tuple.
tuple_strrstrTupleStrrstrTupleStrrstrtuple_strrstrTupleStrrstrtuple_strrstr
Backward search for strings within a string tuple.
tuple_strstrTupleStrstrTupleStrstrtuple_strstrTupleStrstrtuple_strstr
Forward search for strings within a string tuple.
tuple_substrTupleSubstrTupleSubstrtuple_substrTupleSubstrtuple_substr
Cut characters from position “n1” through “n2” out of a string tuple.

ClassesClassesClassesClasses | | | | Operators