KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > search_replace > SearchTest > testMatchWholeWordsOnly


1 /*
2  * testMatchWholeWordsOnly.java
3  *
4  * Created on January 11, 2005, 2:08 PM
5  */

6
7 package search_replace.SearchTest;
8
9 /**
10  *
11  * @author rs155161
12  */

13 public class testMatchWholeWordsOnly {
14     
15     /** Creates a new instance of testMatchWholeWordsOnly */
16     public testMatchWholeWordsOnly() {
17         String JavaDoc halfword = "almostword";
18         String JavaDoc word = "word";
19         String JavaDoc word2 = "word";
20         String JavaDoc afterword = "newword";
21     }
22     
23 }
24
Popular Tags