fromString

Parses a NumberingFormat from a string, where each character represents a symbol.

1, a, A, i and I are reserved for counting, while any other character is considered a fixed symbol.

A backslash (\) escapes the next character, treating it as a fixed symbol regardless of whether it would normally be a counting symbol. For example, \1 produces a literal 1 fixed symbol.

Return

parsed numbering format

Parameters

string

string to parse