ParserBase Class |
The ParserBase type exposes the following members.
| Name | Description | |
|---|---|---|
| Content |
Gets and sets Content to parse
| |
| LeftDelimiter |
Gets and sets left delimiter for parse
| |
| ParsePattern |
Gets and sets Regex parse pattern
| |
| RightDelimiter |
Gets and sets right delimiter for parse
| |
| SystemLeftDelimiter |
Gets the system left delimiter
| |
| SystemRightDelimiter |
Gets the system right delimiter
|
| Name | Description | |
|---|---|---|
| Parse |
Virtual method to Parse content
| |
| ParseWithReplaceAll |
Parses content based on the pattern and replaces all matches with string provided
| |
| ParseWithReplaceOne |
Parses content based on the pattern and replaces only first match with string provided
|