Open macfarll opened 5 years ago
The function replace_ordinal works fine for any number with two digits or less, but doesn't work past that.
Works: replace_ordinal("this is 91st")
Doesn't work: replace_ordinal("this is 101st")
The function replace_ordinal works fine for any number with two digits or less, but doesn't work past that.
Works: replace_ordinal("this is 91st")
Doesn't work: replace_ordinal("this is 101st")