Home | History | Annotate | Download | only in util

Lines Matching defs:string

52     public StringMatcher parse(String regularExpression)
63 * An empty list results in a StringMatcher that matches any string.
73 String regularExpression = (String)regularExpressions.get(index);
96 private StringMatcher parseEntry(String regularExpression)
108 private boolean isNegated(String regularExpression)
118 public static void main(String[] args)
127 String string = args[index];
128 System.out.print("String ["+string+"]");