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
SystemPreferenceList out = new SystemPreferenceList();
Generex generex = new Generex("(^$)|(^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$)");
System.out.println(generex.random());
Used version: 1.0.2
Example code to reproduce:
Generated string: ^_XC-5o-K-.X.6-0$
This string doesnt match the regex
Regex online to validate:
https://regex101.com/r/XelPbS/1
The text was updated successfully, but these errors were encountered: