Java Dictionary, Thesaurus, Grammer

Java Dictionary, Thesaurus, Grammer

Dictionary (Dictionary and meaning)

    • com.journey.life.toolbox.data.dictionary - Dictionary.java + dictionary.properties

Thesaurus (Synonyms)

    • com.journey.life.toolbox.frame.dialogs - Thesaurus.java + thesaurus.properties

Grammar and Usage (Regular Expressions - Dictionary)

    • com.journey.life.toolbox.text.search - RegularExpression.java
    • com.journey.life.toolbox.text.search - RegExRecipe1.java
    • String pattern = ".*[tT]rue.*";
    • Check for upper cases and lower case - Use string equalsIgnoreCase() method
    • Check for plurals - ends in (s) - Use string startsWith() method

Syntax Highlighting (Underline keywords)

    • com.journey.life.toolbox.data.syntax - JavaSynax.java + java.syn