C# 클래스 Framework.Core.Helpers.TransformationRule

Specified word transformation rule (regular expression pattern + replacment rule).
파일 보기 프로젝트 열기: coreframework/Core-Framework

공개 메소드들

메소드 설명
Apply ( String word ) : String

Applies rule to word.

TransformationRule ( String pattern, String replacement ) : System

Initializes a new instance of the TransformationRule class.

메소드 상세

Apply() 공개 메소드

Applies rule to word.
public Apply ( String word ) : String
word String The word to transform.
리턴 String

TransformationRule() 공개 메소드

Initializes a new instance of the TransformationRule class.
public TransformationRule ( String pattern, String replacement ) : System
pattern String The pattern.
replacement String The replacement.
리턴 System