Click or drag to resize

contentMatchCollectionAdd Method (String, Regex, Enum, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Upisuje u sebe rezultate i vraca verziju ulaznog stringa u kojoj su presvrljana sva pojavljivanja pogodaka

Namespace:  imbNLP.Core.contentStructure.core
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.24
Syntax
C#
public string Add(
	string content,
	Regex reg,
	Enum flag,
	string mask = "#"
)

Parameters

content
Type: SystemString

[Missing <param name="content"/> documentation for "M:imbNLP.Core.contentStructure.core.contentMatchCollection.Add(System.String,System.Text.RegularExpressions.Regex,System.Enum,System.String)"]

reg
Type: System.Text.RegularExpressionsRegex

[Missing <param name="reg"/> documentation for "M:imbNLP.Core.contentStructure.core.contentMatchCollection.Add(System.String,System.Text.RegularExpressions.Regex,System.Enum,System.String)"]

flag
Type: SystemEnum

[Missing <param name="flag"/> documentation for "M:imbNLP.Core.contentStructure.core.contentMatchCollection.Add(System.String,System.Text.RegularExpressions.Regex,System.Enum,System.String)"]

mask (Optional)
Type: SystemString

[Missing <param name="mask"/> documentation for "M:imbNLP.Core.contentStructure.core.contentMatchCollection.Add(System.String,System.Text.RegularExpressions.Regex,System.Enum,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:imbNLP.Core.contentStructure.core.contentMatchCollection.Add(System.String,System.Text.RegularExpressions.Regex,System.Enum,System.String)"]

See Also