StringSegment.Match method

Matches the specified regex against the segment.

public Match Match(Regex regex)
parameter description
regex The regex to match.

Return Value

The result of calling regex.Match on the segment.

See Also