Hey there,
just a quick question about regex (or find and replace regex) and formatting numbers (which are formatted to text already)
I want to have a minimum two digit number, but no maximum.
So there will be the following cases:
1 → 01
.
.
9 → 09
10->10
150->150
Any ideas here?
Please no workarounds with conditionals or anything else, because that takes way too much time
Thanks in advance!