Add in a few more characters allowed in a Rabi-Ribi session name.
This commit is contained in:
parent
340e46ac37
commit
643be89570
BIN
sigIRCv2.jar
BIN
sigIRCv2.jar
Binary file not shown.
@ -28,7 +28,7 @@ public class TextUtils {
|
||||
}
|
||||
|
||||
public static boolean isAlphanumeric(String str) {
|
||||
return str.matches("^[a-zA-Z0-9!\\-.? ]+$");
|
||||
return str.matches("^[a-zA-Z0-9!\\-.?'\": ]+$");
|
||||
}
|
||||
|
||||
public static boolean isNumeric(String str)
|
||||
|
Loading…
x
Reference in New Issue
Block a user