C# Class Sharomank.RegexTester.Common.RegexProcessContext

Author: Roman Kurbangaliyev (sharomank)
Exibir arquivo Open project: sharomank/regex-tester Class Usage Examples

Public Methods

Method Description
RegexProcessContext ( string matchRegexExpression, RegexOptions matchRegexOptions, string replaceRegexPattern, string inputText, RegexMode currentMode, OutputMode outputMode ) : System

Method Details

RegexProcessContext() public method

public RegexProcessContext ( string matchRegexExpression, RegexOptions matchRegexOptions, string replaceRegexPattern, string inputText, RegexMode currentMode, OutputMode outputMode ) : System
matchRegexExpression string
matchRegexOptions RegexOptions
replaceRegexPattern string
inputText string
currentMode RegexMode
outputMode OutputMode
return System