AjBool embMiscMatchPatternDelimC (
      const AjPStr str,
      const AjPStr pattern,
      const char* delim
);
| Type | Name | Read/Write | Description | 
|---|---|---|---|
| const AjPStr | str | Input | string to test | 
| const AjPStr | pattern | Input | pattern to match with | 
| const char* | delim | Input | additional delimiters | 
| AjBool | RETURN | ajTrue = found a match | 
From EMBOSS 6.2.0