7 Months Ago
Add string.CardinalToOrdinal (#1509) This would be a useful function to have for anyone who would want to use it. Example: `print( string.CardinalToOrdinal( 111 ) )` Output: `111th` Yes `STNDRD` exists, but it has a stupid name.