Download of wordSearch.jar (wordSearch.jar ( external link: SF.net): 52,462 bytes) will begin shortly. If not so, click link on the left.

檔案信息

檔案大小
52,462 bytes
MD5
c2f0a64df318f6e770d76a7b2d7e5a18

專案描述

wordSearch is a simple Java Swing GUI that uses regular expressions to search .txt files. It could serve as a fun tool to help practice your regular expressions, if you're a programmer. It uses the Java Scanner class to do the search (which I assume is in O(N) (linear) time). It uses various Java Swing components for the GUI, including a JEditorPane featuring some html. Enjoy!