Enums§
- Newline
Format - Newline format type
- Text
Format - Text format type for radix string conversion.
Functions§
- add_
newline - Add newline characters to the end of the string.
- byte_
position_ of_ char - Get the starting position of a character in a string.
- bytes_
from_ binary_ string - Convert a binary string into a vector of bytes.
- bytes_
from_ decimal_ string - Convert a decimal string into a vector of bytes
- bytes_
from_ hex_ string - Convert a hexadecimal string into a vector of bytes.
- bytes_
from_ octal_ string - Convert a octal string into a vector of bytes
- bytes_
from_ radix_ string - Convert a radix string into a vector of bytes.
- char_
count - Get actual character count (instead of byte count).
- escape_
text - Escape given string.
- get_
format_ name - Get a text representation of the text format.
- get_
newline_ format_ name - Get a text representation of the newline format.
- get_
next_ format - Get the next cyclic text format.
- get_
next_ newline_ format - Get the next cyclic newline format.
- insert_
char - Insert a character by given character index (instead of byte position).
- print_
radix_ string - Print a vector of bytes in given format.
- radix_
string - Convert a vector of bytes into a radix string with given text format.
- remove_
char - Remove a character by given character index (instead of byte position).