See: Description
| Class | Description |
|---|---|
| AnchorDelimiterCharsTokenValueExtractor |
Find first an anchor pattern in a content, and then, starting from the anchor pattern, get all values (tokens) which are enfolded by a one of the delimiter chars.
|
| FindTextInContent |
Find all occurrences of a text-fragment within a content, and return an array of [line number and column index] where the text was found.
|
| FindTextInContentElement |
A result element of FindTextInContent.
|
| InputFileLineTokenValueExtractor |
Read a file line by line and split the line into tokens.
|
| ReplaceVariableLiteralsInBinaryContent |
Replace Variable Literals (placeholders) in a binary content.
|
| ReplaceVariableLiteralsInContent |
Replace Variable Literals (placeholders) in a content.
|
| ReplaceVariableLiteralsSuccessListEntry |
Result information of ReplaceVariableLiteralsInContent and/or ReplaceVariableLiteralsInBinaryContent for a
successful replaced variable.
|
| SearchAndReplaceTextInContent |
Search and replace a text in a content, either at a specific match position, or at all match positions.
|
| SearchTextInLines |
Split a content into lines separated by '\n' chars and search a text within the lines.
|
| SearchTextInLinesResult |
A result of the SearchTextInLines class.
|
| SimplePatternAnchorValueAssigner |
Find first an anchor pattern in a content, and then, starting from the anchor pattern, replace one or all text-fragments which are enclosed by a left side pattern and a right pattern.
|
| SimplePatternAnchorValueExtractor |
Find first an anchor pattern in a content, and then, starting from the anchor pattern, extract all values which are enclosed by a left side pattern and a right pattern.
|
| SimplePatternValueExtractor |
Extract all values from a content which are enclosed by a left side pattern and a right pattern.
|
| TextLib |
Various text utilities.
|
| UniquePatternDetector |
Calculate a list of unique text patterns from a content.
|
| UniquePatternDetectorElement |
A result element of the UniquePatternDetector.
|