Skip to content

Commit

Permalink
Ammend last
Browse files Browse the repository at this point in the history
  • Loading branch information
nh43de committed Oct 25, 2023
1 parent 78b8a14 commit 42e891c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataToolChain.Ui/DbStringer/RegexReplacerCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public static RegexReplacerCollection DefaultReplacerCollection
.OrderByDescending(p => p.Count)
.Select(p => p.Key + '\t' + p.Count)
.JoinStr("\r\n")),
new RegexReplacement("Duplicated Values", s => Regex.Split(s, "\r\n?")
new RegexReplacement("List Duplicated Values", s => Regex.Split(s, "\r\n?")
.Select(p => p.Trim())
.GroupBy(p => p)
.Select(p => new
Expand Down

0 comments on commit 42e891c

Please sign in to comment.