powered by
Transform a count to an ordinal string
count_as_ordinal(value)
A single positive integer
A string with the ordinal representation of a number
# NOT RUN { count_as_ordinal(1) count_as_ordinal(111) # }
Run the code above in your browser using DataLab