gov.nist.core
Interface Match


public interface Match

Match template for pattern matching.

Version:
1.2
Author:
M. Ranganathan

Method Summary
 boolean match(String searchString)
          Return true if a match occurs for searchString.
 

Method Detail

match

boolean match(String searchString)
Return true if a match occurs for searchString. This is used for pattern matching in the find and replace and match functions of the sipheaders and sdpfields packages. We have avoided picking a specific regexp package to avoid code dependencies. Use a package such as the jakarta regexp package to implement this.



Copyright © 2012. All Rights Reserved.