Property | Type | Description | |
---|---|---|---|
Pattern | |||
Prefix | string |
Method | Description | |
---|---|---|
TemplRegex ( string prefix ) : System.Text.RegularExpressions |
Create a regular expression for a placeholder, given the supplied prefix
|
|
Text ( string body ) : string |
Generates placeholder for the given body: string "{prefix:body}"
|
Method | Description | |
---|---|---|
BuildPattern ( string prefix ) : |
public TemplRegex ( string prefix ) : System.Text.RegularExpressions | ||
prefix | string | |
return | System.Text.RegularExpressions |
public Regex,System.Text.RegularExpressions Pattern | ||
return |