Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Description of {n} quantifier has slight error #19076

Open
jsilverm opened this issue Jun 23, 2020 · 0 comments
Open

Description of {n} quantifier has slight error #19076

jsilverm opened this issue Jun 23, 2020 · 0 comments
Labels
doc-enhancement Improve the current content [org][type][category] dotnet/svc Pri2 standard-library/subsvc

Comments

@jsilverm
Copy link

'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.

@gewarren gewarren added doc-enhancement Improve the current content [org][type][category] and removed ⌚ Not Triaged Not triaged labels Jul 7, 2020
@tdykstra tdykstra added the P2 label Jul 29, 2020
@PRMerger6 PRMerger6 added the Pri2 label Jan 16, 2021
@gewarren gewarren removed the P2 label Jan 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-enhancement Improve the current content [org][type][category] dotnet/svc Pri2 standard-library/subsvc
Projects
None yet
Development

No branches or pull requests

7 participants