Package net.lewmc.essence.utils
Class SecurityUtil
java.lang.Object
net.lewmc.essence.utils.SecurityUtil
Security Utility
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
hasSpecialCharacters
(String string) Checks for special characters.
-
Constructor Details
-
SecurityUtil
public SecurityUtil()
-
-
Method Details
-
hasSpecialCharacters
Checks for special characters.- Parameters:
string
- String - The string to check- Returns:
- boolean - If it has special characters
-