Interface ITextTransformer
Defines the text transformer.
Inherited Members
Namespace: Platform.RegularExpressions.Transformer
Assembly: Platform.RegularExpressions.Transformer.dll
Syntax
public interface ITextTransformer : ITransformer
Methods
| Improve this Doc View SourceTransform(String)
Transforms the source text.
Declaration
string Transform(string sourceText)
Parameters
Type | Name | Description |
---|---|---|
String | sourceText | The source text.
|
Returns
Type | Description |
---|---|
String | The string
|