Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for wordChar (0.05 seconds)

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

            wordChars(ctype2, 'a', 'z');
            wordChars(ctype2, 'A', 'Z');
            wordChars(ctype2, '0', '9');
            wordChar(ctype2, '@');
            wordChar(ctype2, '|');
            wordChar(ctype2, '_');
            wordChar(ctype2, '?');
            wordChar(ctype2, '>');
            wordChar(ctype2, '=');
            wordChar(ctype2, '!');
            wordChar(ctype2, '<');
            wordChar(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