org.gxml.xs
Interface SmRegExPattern


public interface SmRegExPattern

A compiled regular expression that may be used for pattern matching.


Method Summary
 boolean matches(java.lang.String input)
          Determines whether the input matches this compiled regular expression pattern.
 

Method Detail

matches

boolean matches(java.lang.String input)
Determines whether the input matches this compiled regular expression pattern.

Parameters:
input - The input string.
Returns:
true if the input matches the pattern, otherwise false.


Copyright © 2009 TIBCO Software Inc. All Rights Reserved.