Download von wordSearch README.txt (wordSearch README.txt ( externer Link: SourceForge.net): 651 Bytes) wird in Kürze beginnen. Wenn nicht, klicke auf wordSearch README.txt ( externer Link: SourceForge.net).

Datei-Informationen

Dateigröße
651 Bytes
MD5
6de3d065f53ace51e2a8efaa6b60fc50

Projektbeschreibung

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!