All string index methods that end with `_opt` return `?int` with none as the value when the substring is not found and the index methods that do not end in `_opt` return `int` with -1 as the returned value when the substring is not found |
||
|---|---|---|
| .. | ||
| base58 | ||
| base64 | ||
| binary | ||
| csv | ||
| hex | ||
| utf8 | ||
| README.md | ||
README.md
Description:
encoding is a namespace for different formats/protocols encoding/decoding,
like csv, utf8, base64 etc.