Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Let MatchRegex expose the Match for asserting captured groups #3270

Copy link
Copy link

Description

@dennisdoomen
Issue body actions

MatchRegex supports occurrence constraints but discards the Match object. Returning AndWhichConstraint<StringAssertions, Match> (or a WhichMatch property) would allow asserting on captured groups:

log.Should().MatchRegex(@"user (?<id>\d+) logged in").WhichMatch.Groups["id"].Value.Should().Be("42");
Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    api-suggestionEarly API idea and discussion, it is NOT ready for implementationEarly API idea and discussion, it is NOT ready for implementationfeature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.