The Ordinal Numbers generator creates strings representing ordinal numbers, which describe a position or order in a sequence. This generator is particularly useful in applications where sequences or order-based data need to be represented, such as ranking systems, instructional steps, or educational content.
The table provides key details about the generator, including the short name, sample of the generated data, the supported data types, and whether it is specific to a particular country.
| Short name | Example of generated data | Data type matching | Country-specific |
|---|---|---|---|
| Ordinal Numbers | ninth, third, first, twenty-sixth, fourth… | character varying character text |
Default |
The generator can be assigned to a column that matches any of the following rules:
The generator produces data based on a regular expression. Since it is built on the RegExp generator, see Regular Expression generator to customize settings and understand the correct usage of syntax.
