Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ordinaryChar (0.13 seconds)

  1. src/main/java/org/codelibs/core/text/Tokenizer.java

            wordChar(ctype2, '<');
            wordChar(ctype2, '"');
            wordChar(ctype2, '~');
            wordChar(ctype2, '*');
            wordChar(ctype2, '.');
            // ordinaryChar(ctype2, '=');
            // ordinaryChar(ctype2, ',');
            whitespaceChars(ctype2, 0, ' ');
        }
    
        /**
         * Sets a range of characters as word characters.
         *
         * @param ctype2
    Created: Fri Apr 03 20:58:12 GMT 2026
    - Last Modified: Sat Jul 05 00:11:05 GMT 2025
    - 8.8K bytes
    - Click Count (0)
Back to Top