HomeManualTopicsTypesSymbols

std_types::string

the prototype object for all strings

Topic

Collections

Derived from

std_types::generic_list the prototype object for all kind of lists (including strings)

Supported polymorphic functions

std::is_a_string strings are strings
std::before returns the substring before the specified expression
std::behind returns the substring after the specified expression
std::between returns the substring between two expressions
std::contains succeeds if the specified expression occurrs at least once within the string
std::dup creates a string containing n copies of the specified string
std::from returns the substring starting with the specified expression
std::has_prefix checks whether the string has the specified prefix
std::has_suffix checks whether the string has the specified suffix
std::load loads data from a file
std::match matches the start of the stream with the string
std::put adds a character at the front of the string
std::save saves data to the specified file
std::search searches for the start of the string within the stream
std::serialize returns a string representation of the string
std::to_integer converts the whole string into an integer value
std::to_lower_case returns the string converted to lower case
std::to_number converts the whole string into a number value
std::to_sentence_case converts the spefied string to "Sentence case"
std::to_string returns its argument unaltered
std::to_title_case returns the string converted to "Title Case"
std::to_upper_case returns the string converted to UPPER CASE
std::truncate_before returns the substring starting with the specified expression
std::truncate_behind returns the substring until (including) the specified expression
std::truncate_from returns the substring before the specified expression
std::truncate_until returns the substring behind the specified expression
std::until returns the substring until (including) the specified expression
std::without_prefix returns the string without the specified prefix
std::without_suffix returns the string without the specified suffix