danmurphy
04/28/2022, 8:55 PMtoLowerCase()
on a string, is that dropping down to java to make that happen? Or is that an undocumented alias to lCase()
or something?
https://trycf.com/gist/167ff5c50107ea90c8b4c9174a27246f/lucee5?theme=monokaizackster
04/28/2022, 9:03 PMzackster
04/28/2022, 9:04 PMScott Steinbeck
04/28/2022, 9:05 PMScott Steinbeck
04/28/2022, 9:06 PMdanmurphy
04/28/2022, 9:07 PMdanmurphy
04/28/2022, 9:12 PMtoLowerCase()
pops up all over the place in the lucee source code, obviously because there is java all over the place using this method from the String class. It’s also used in a couple of cfml files too.
So is this “safe” to use within cfml? Or would the lCase()
function be preferable? Or does it not matter either way?zackster
04/28/2022, 10:05 PM