# Interface: com.pnfsoftware.jeb.util.format.TokenExtractor.IDelimiterFinder

Definition of a delimiter.

## Method: isDelimiter
- parameter: `c`, type: `char`
- return type: `boolean`

Description: Determine if a character delimits tokens.
parameter: c: character to test
return: true if the character is a delimiter

