amazing import spam
This commit is contained in:
parent
655a116647
commit
3160bff7a3
1016 changed files with 801 additions and 51 deletions
|
|
@ -1,10 +0,0 @@
|
|||
using System.Text.RegularExpressions;
|
||||
|
||||
namespace Dan
|
||||
{
|
||||
public static class ExtensionMethods
|
||||
{
|
||||
public static string SplitByUppercase(this string str) =>
|
||||
Regex.Replace(str, @"(\B[A-Z]+?(?=[A-Z][^A-Z])|\B[A-Z]+?(?=[^A-Z]))", " $1");
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue