Click or drag to resize

GraphRegexReplace Method

https://www.emgu.com/wiki/index.php/Emgu_TF
RegexReplace

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation RegexReplace(
	Output input,
	Output pattern,
	Output rewrite,
	bool replace_global = true,
	string opName = "RegexReplace"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
pattern
Type: Emgu.TFOutput
Input to the operation.
rewrite
Type: Emgu.TFOutput
Input to the operation.
replace_global (Optional)
Type: SystemBoolean
replace global
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] output(type: DtString).
See Also