You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Unlike toLowerCase, toLocaleLowerCase takes localization into account. In most cases, with most languages, they will produce similar output, however certain languages will behave differently."
Fix: locale -> normal
The text was updated successfully, but these errors were encountered:
Case transforming is returning wrong output, because text transform methods take user localization into account.
For example in Turkish (before & after):
https://stackoverflow.com/questions/34283414/difference-between-tolocalelowercase-and-tolowercase
"Unlike
toLowerCase
,toLocaleLowerCase
takes localization into account. In most cases, with most languages, they will produce similar output, however certain languages will behave differently."Fix: locale -> normal
The text was updated successfully, but these errors were encountered: