NIST SIP Parser and Stack (v1.2) API

gov.nist.core
Interface Match


public interface Match

Match template for pattern matching.

Version:
JAIN-SIP-1.1
Author:
M. Ranganathan
This code is in the public domain.

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

Method Detail

match

public 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.


NIST SIP Parser and Stack (v1.2) API

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Get the latest distribution.
Submit a bug report or feature request.