recase() - titlecase_exceptions_lower with empty = broken
Posted: 15 Jul 2025 22:29
From the rename examples:
Output here:
So the empty title case exception doesn't work here.
Don't know since when this happens, this is the latest x32 beta here.
Code: Select all
text recase("the caMel BITES the horse.", "t", , ""); //The Camel Bites The Horse. (no exceptions)
Code: Select all
The Camel Bites the Horse.
Don't know since when this happens, this is the latest x32 beta here.