dotnet / docs

This repository contains .NET Documentation.
https://learn.microsoft.com/dotnet
Creative Commons Attribution 4.0 International
4.13k stars 5.8k forks source link

Regex Source Generators: Code sample is duplicate of previous code sample #40628

Open jessicah opened 2 weeks ago

jessicah commented 2 weeks ago

Type of issue

Missing information

Description

The code example for "For example, here's the code for the same generated matching function when the expression is [ab]*[bc]" is a duplicate of the previous example.

Page URL

https://learn.microsoft.com/en-us/dotnet/standard/base-types/regular-expression-source-generators

Content source URL

https://github.com/dotnet/docs/blob/main/docs/standard/base-types/regular-expression-source-generators.md

Document Version Independent Id

76b98e7b-6acc-cb43-da8e-475a8b4ed5a1

Article author

@IEvangelist

Metadata

jessicah commented 2 weeks ago

Seems to be a copy-paste issue with the pivot feature.