From f12d467d6de5250cb852a8fefe86955612834911 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 26 Oct 2025 19:41:04 +0000 Subject: [PATCH 1/2] Initial plan From b5ec4a58f484affe8eb9843e37aed21a5dd5dc3b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 26 Oct 2025 19:45:14 +0000 Subject: [PATCH 2/2] Fix documentation: change "case sensitive" to "case-insensitive" for cultureName parameter Co-authored-by: jkotas <6668460+jkotas@users.noreply.github.com> --- .../GeneratedRegexAttribute.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xml/System.Text.RegularExpressions/GeneratedRegexAttribute.xml b/xml/System.Text.RegularExpressions/GeneratedRegexAttribute.xml index e72d3665e36..eabdae20bae 100644 --- a/xml/System.Text.RegularExpressions/GeneratedRegexAttribute.xml +++ b/xml/System.Text.RegularExpressions/GeneratedRegexAttribute.xml @@ -169,7 +169,7 @@ The regular expression pattern to match. A bitwise combination of the enumeration values that modify the regular expression. - The name of a culture to be used for case sensitive comparisons. is not case-sensitive. + The name of a culture to be used for case-insensitive comparisons. is not case-sensitive. Initializes a new instance of with the specified pattern and options. For a list of predefined culture names on Windows systems, see the Language tag column in the list of language/region names supported by Windows. Culture names follow the standard defined by BCP 47. In addition, starting with Windows 10, can be any valid BCP-47 language tag. If is , the invariant culture will be used. @@ -207,7 +207,7 @@ The regular expression pattern to match. A bitwise combination of the enumeration values that modify the regular expression. A time-out interval (milliseconds), or to indicate that the method should not time out. - The name of a culture to be used for case sensitive comparisons. is not case-sensitive. + The name of a culture to be used for case-insensitive comparisons. is not case-sensitive. Initializes a new instance of with the specified pattern, options, time-out value, and culture. For a list of predefined culture names on Windows systems, see the Language tag column in the list of language/region names supported by Windows. Culture names follow the standard defined by BCP 47. In addition, starting with Windows 10, can be any valid BCP-47 language tag. If is , the invariant culture will be used. @@ -232,7 +232,7 @@ System.String - Gets the name of the culture to be used for case sensitive comparisons. + Gets the name of the culture to be used for case-insensitive comparisons. To be added. To be added.