Strings and Bytes

String Formatting

Name: FormatString

Type: string

Create a string from a template and parameters.

Slice

Name: Slice

Type: string | bytes

Slice a string or bytes from a given index and length

Join Strings

Name: JoinStrings

Type: string

Combine a list of strings, joined by a delimiter

Format Decimals

Name: FormatDecimal

Type: string

Create a string that represents a floating-point decimal.

Prettify Number

Name: PrettifyNumber

Type: string

Format a number in a readable manner

Last updated