Searched refs:testStr2 (Results 1 – 2 of 2) sorted by relevance
76 public static final String testStr2 = "http:///www.google.com/"; field in Main82 System.out.println("str2 matches: " + WEB_URL.matcher(testStr2).matches()); in main()
44 String testStr2 = "This is a very nice strinG"; in basicTest() local45 if (testStr.length() != testStr2.length()) in basicTest()48 System.out.println("Compare result is " + testStr.compareTo(testStr2)); in basicTest()