Table of Contents

Interface IStdMatchClass

Namespace
RDCore.SDK.Runtime.Abstract.StdLib
Assembly
RDCore.SDK.dll
public interface IStdMatchClass

Methods

IStdMatchClass__getFirstIndex()

Gets zero-based index of the first match in the input string.

RuntimeSemanticsEvaluationResult IStdMatchClass__getFirstIndex()

Returns

RuntimeSemanticsEvaluationResult

A RuntimeSemanticsEvaluationResult object encapsulating the result of the successful operation, or the error metadata otherwise.

IStdMatchClass__getLength()

Gets the length of the matched string.

RuntimeSemanticsEvaluationResult IStdMatchClass__getLength()

Returns

RuntimeSemanticsEvaluationResult

A RuntimeSemanticsEvaluationResult object encapsulating the result of the successful operation, or the error metadata otherwise.

IStdMatchClass__getSubMatches()

Gets the submatches collection.

RuntimeSemanticsEvaluationResult IStdMatchClass__getSubMatches()

Returns

RuntimeSemanticsEvaluationResult

A RuntimeSemanticsEvaluationResult object encapsulating the result of the successful operation, or the error metadata otherwise.

Remarks

This member should yield a IStdSubMatchesClass object result.

IStdMatchClass__getValue()

Gets the matched String value.

RuntimeSemanticsEvaluationResult IStdMatchClass__getValue()

Returns

RuntimeSemanticsEvaluationResult

A RuntimeSemanticsEvaluationResult object encapsulating the result of the successful operation, or the error metadata otherwise.

Remarks

👉 This property is exposed as the default member of this class type.