Rumsfield / konquest

Konquest plugin for Spigot Minecraft territory control
GNU General Public License v3.0
7 stars 2 forks source link

Add support for non-Latin alphabet characters #187

Closed Rumsfield closed 7 months ago

Rumsfield commented 7 months ago

Change any regex strings that only use Latin characters (a-zA-z) to use more generic string matching functions. Make sure it support Russian Cyrillic alphabet.

Rumsfield commented 7 months ago

Using https://commons.apache.org/proper/commons-lang/apidocs/org/apache/commons/lang3/StringUtils.html#isAlphanumeric-java.lang.CharSequence-