neilcsmith-net commented on issue #7912:
URL: https://github.com/apache/netbeans/issues/7912#issuecomment-2460438884

   @vulewuxe86 please be careful about any use of `toLowerCase()` without a 
Locale.  You probably want to use `Locale.ROOT` to get similar behaviour to the 
region matching?  See also docs for 
https://docs.oracle.com/en/java/javase/23/docs/api/java.base/java/lang/String.html#toLowerCase()
 and 
https://docs.oracle.com/en/java/javase/23/docs/api/java.base/java/lang/String.html#regionMatches(boolean,int,java.lang.String,int,int)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to