Capture()

Capture::Capture(const UStringPtr&, int, int) constructor

Constructor.

System::Text::RegularExpressions::Capture::Capture(const UStringPtr &source, int index, int length)

Arguments

ParameterTypeDescription
sourceconst UStringPtr&Source string.
indexintCaptured substring beginning.
lengthintCaptured substring length.

See Also