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.
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.
text recase("the caMel BITES the horse.", "t", , "", "");