Posting another new function, toNameCase, it works for some additional languages, but not all. It currently, supports some latin based languages and a subset of cyrillc. It should however be very easy...
Today I found myself needing a simple conversion from HTML codes such as "À" to the equivalent "À" in Pascal, so rather than re-invent the wheel I done a quick Google search only to find over complica...
Back again with another function that is useful, string replacement! This one is quite obvious, you want to replace some substrings of a string with your replacement.... but how would you do that in ...