Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for rwhitespace (0.04 seconds)

  1. src/main/java/org/codelibs/fess/helper/SystemHelper.java

            }
            return false;
        }
    
        /**
         * Checks if the password contains at least one special character.
         * A special character is defined as any character that is not a letter, digit, or whitespace.
         *
         * @param password the password to check
         * @return true if the password contains a special character, false otherwise
         */
        protected boolean containsSpecialChar(final String password) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 43.2K bytes
    - Click Count (0)
Back to Top