Download of wordSearch README.txt (wordSearch README.txt ( external link: SF.net): 651 bytes) will begin shortly. If not so, click link on the left.

File Information

File Size
651 bytes
MD5
6de3d065f53ace51e2a8efaa6b60fc50

프로젝트 설명

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!