#include "string.py"
Classes | |
class | escape_functor |
A fanctor to escape string. More... | |
class | unescape_functor |
The functor to unescape string. More... | |
class | Toupper |
A functor to convert to capital letter. More... | |
class | unique_strvec |
Functions | |
isEscaped (_str, pos) | |
Whether the character is escaped or not. | |
for_each (_str, instance) | |
escape (_str) | |
Escape string. | |
unescape (_str) | |
Unescape string. | |
eraseHeadBlank (_str) | |
Erase the head blank characters of string. | |
eraseTailBlank (_str) | |
Erase the tail blank characters of string. | |
replaceString (str, _from, _to) | |
Replace string. | |
split (input, delimiter) | |
Split string by delimiter. | |
toBool (_str, yes, no, default_value=None) | |
Convert given string to bool value. | |
isAbsolutePath (str) | |
Investigate whether the given string is absolute path or not. | |
isURL (str) | |
Investigate whether the given string is URL or not. | |
otos (n) | |
Convert the given object to st::string. | |
_stringToList (_type, _str) | |
stringTo (_type, _str) | |
unique_sv (sv) | |
flatten (sv) | |
toArgv (args) |
|
|
|
Erase the head blank characters of string.
|
|
Erase the tail blank characters of string.
|
|
Escape string.
The following characters are converted. |
|
|
|
|
|
Investigate whether the given string is absolute path or not.
|
|
Whether the character is escaped or not. This operation returns true if the specified character is escaped, and if the specified character is not escaped, it returns false
|
|
Investigate whether the given string is URL or not.
|
|
Convert the given object to st::string.
|
|
Replace string.
|
|
Split string by delimiter.
|
|
|
|
|
|
Convert given string to bool value.
|
|
Unescape string.
The following characters are converted. |
|
|