# Interface: com.pnfsoftware.jeb.util.base.IStringMatcher

Interface to implement string matchers.

## Method: matches
- parameter: `value`, type: `java.lang.String`
- return type: `boolean`

Description: Determine whether this matcher matches the provided string buffer.
parameter: value: buffer to be matched
return: true if it is a match

