- All Known Implementing Classes:
 MatchHandle,RegExprMatchHandle
public interface IMatchHandle
- 
Method Summary
 
- 
Method Details
- 
matches
To check if the string is matched.- Parameters:
 s- The string to be checked.- Returns:
 trueif the string is matched;falseotherwise.
 - 
process
To process the string.- Parameters:
 s- The string to be processed.- Returns:
 - The processed string.
 
 
 -