C# Class YuriyGuts.RegexBuilder.ExtensionMethods

Mostra file Open project: YuriyGuts/regex-builder

Public Methods

Method Description
ReplaceMany ( this builder, string oldValues, string newValues ) : void

Method Details

ReplaceMany() public static method

public static ReplaceMany ( this builder, string oldValues, string newValues ) : void
builder this
oldValues string
newValues string
return void