Ty.TriopSourcetype t = | IteIf-then-else.
*)| List_setSet an element in a list.
*)| String_extractExtract a substring. (str.substr String Int Int)
*)| String_replaceReplace a substring. (str.replace String String String)
*)| String_indexFind the index of a substring. (str.indexof String String Int)
*)| String_replace_allReplace all occurrences of a substring. (str.replace_all String String String)
*)| String_replace_reReplace using a regular expression. (str.replace_re String RegLan String)
*)| String_replace_re_allReplace all occurrences using a regular expression. (str.replace_re_all String RegLan String)
*)The type t represents ternary operations.