standard.lib.str

standard.lib.str is available since version 1.0.
Import library : standard.lib.str
(you must include this at the top of your source: "import standard.lib.str" (no quotes)

Description:

Concept string manipulation routines.

Methods

Converts a string containing 1 and 0 representing a number in binary, to a Concept static number
Ext
Extracts the extension from a given filename
Converts a string containing a hexadecimal number to a Concept static number
Converts a number to a string representing the binary representation
Converts a number to a string representing the hexadecimal representation
Converts a number to a string representing the octal representation
Converts a string containing an octal number to a Concept static number
Pos
Searches a string for a sub string using the Boyer-Moore algorithm
Repeats the fill_string a number of given times
Splits a string into other strings and converts those to number
Replaces every replace_source in String_to_look with the replace_with
Splits a string into other strings
Used when some string is returned by a non-Concept and non-C/C++ library that does not use null-terminated strings
Returns a sub string from the given string(str)
Converts a string to a HTML compatible string (replacing all the <, > and & with the HTML codes)
Creates a new string from the given one, in lowercase
Creates a new string from the given one, in uppercase
Converts a UTF-8 string to lowercase
Converts a UTF-8 string to uppercase
chr
Returns the character corresponding to a given ASCII value
Left trims a string
ord
Returns the ASCII code corresponding to a character
Right trims a string
Trims a string