format-number(number(.), '00000').
Here is an example of the input and output:
Input | Output |
---|---|
1 | 00001 |
12 | 00012 |
123 | 00123 |
1234 | 01234 |
12345 | 12345 |
Ruminations on NoSQL, XRX, XQuery, Semantics, STEM, Arduino, Internet-of-Things (IoT) and empowering the non-programmer.
Input | Output |
---|---|
1 | 00001 |
12 | 00012 |
123 | 00123 |
1234 | 01234 |
12345 | 12345 |
No comments:
Post a Comment