VariableParser Class |
The VariableParser type exposes the following members.
Name | Description | |
---|---|---|
![]() | VariableParser | Initializes a new instance of the VariableParser class |
Name | Description | |
---|---|---|
![]() | Content |
Gets and sets Content to parse
(Inherited from ParserBase.) |
![]() | EMContentType |
Gets and sets EMContentType |
![]() | LeftDelimiter |
Override: Gets and sets left delimiter
(Overrides ParserBaseLeftDelimiter.) |
![]() | ParsePattern |
Override: Gets and sets Regex parse pattern
(Overrides ParserBaseParsePattern.) |
![]() | RightDelimiter |
Override: Gets and sets right delimiter
(Overrides ParserBaseRightDelimiter.) |
Name | Description | |
---|---|---|
![]() | Parse |
Override: Method to Parse content
(Overrides ParserBaseParse(String).) |
![]() | ParseVariable |
Override: Method to Parse content
|
![]() | ParseWithReplaceAll |
Parses content based on the pattern and replaces all matches with string provided
(Inherited from ParserBase.) |
![]() | ParseWithReplaceOne |
Parses content based on the pattern and replaces only first match with string provided
(Inherited from ParserBase.) |