File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/CodeOfChaos.Extensions Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ namespace CodeOfChaos.Extensions;
88// Code
99// ---------------------------------------------------------------------------------------------------------------------
1010public static partial class StringCaseExtensions {
11- [ GeneratedRegex ( "(?<=[a-z])(?=[A-Z])|[^a-zA-Z0-9]+|(?<=[^\\ d])(?=\\ d)|(?<=\\ d)(?=[^\\ d])" ) ]
12- // [GeneratedRegex("(?<=[a-z])(?=[A-Z0-9])|(?<=[0-9])(?=[a-zA-Z])|[^a-zA-Z0-9]+")]
11+ [ GeneratedRegex ( "(?<=[a-z])(?=[A-Z0-9])|(?<=[0-9])(?=[a-zA-Z])|[^a-zA-Z0-9]+" ) ]
1312 private static partial Regex NonAlphanumericRegex { get ; }
1413
1514 // -----------------------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments