C# Class YuriyGuts.RegexBuilder.ExtensionMethods

Afficher le fichier Open project: YuriyGuts/regex-builder

Méthodes publiques

Méthode Description
ReplaceMany ( this builder, string oldValues, string newValues ) : void

Method Details

ReplaceMany() public static méthode

public static ReplaceMany ( this builder, string oldValues, string newValues ) : void
builder this
oldValues string
newValues string
Résultat void