Skip to content

Description of {n} quantifier has slight error #19076

Open

Description

'For example, the regular expression \b\d+,\d{3}\b tries to match a word boundary followed by one or more decimal digits followed by three decimal digits followed by a word boundary.'

Of course, this tries to match a word boundary followed by one or more decimal digits, followed by a comma then three decimal digits followed by a word boundary. Not even worth mentioning in a pure reference, in something that may be consulted by students or novices or the rusty as a tutorial, worth fixing to avoid confusion.

[Enter feedback here]


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions