Click or drag to resize

regexMarkerCollectionTreplacementGenerator Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Generates the replacement string for the specified Regex Match

Namespace:  imbSCI.Data.data.text
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public string replacementGenerator(
	Match m
)
Request Example View Source

Parameters

m
Type: System.Text.RegularExpressionsMatch
The m.

Return Value

Type: String
See Also