프로퍼티 | 타입 | 설명 | |
---|---|---|---|
regex | |||
replacement | string |
메소드 | 설명 | |
---|---|---|
Apply ( string word ) : string |
Applies the specified word.
|
|
InflectorRule ( string regexPattern, string replacementText ) : System |
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. |
리턴 | System |
public Regex,System.Text.RegularExpressions regex | ||
리턴 |