C# Class Tp.Core.Inflector.InflectorRule

Afficher le fichier Open project: TargetProcess/Target-Process-Plugins

Méthodes publiques

Méthode Description
Apply ( string word ) : string

Applies the specified word.

InflectorRule ( string regexPattern, string replacementText ) : System

Initializes a new instance of the InflectorRule class.

Method Details

Apply() public méthode

Applies the specified word.
public Apply ( string word ) : string
word string The word.
Résultat string

InflectorRule() public méthode

Initializes a new instance of the InflectorRule class.
public InflectorRule ( string regexPattern, string replacementText ) : System
regexPattern string The regex pattern.
replacementText string The replacement text.
Résultat System