This is just Jetbrains formatting and code syntax styling

This commit is contained in:
CWX
2025-02-05 06:56:51 +00:00
parent ce78a2231e
commit f648f42721
382 changed files with 6348 additions and 10422 deletions
+2 -1
View File
@@ -19,9 +19,10 @@ public static class StringExtensions
RegexCache[regexString] = regex;
}
}
return regex.Replace(source, newValue);
}
public static bool RegexMatch(this string source, [StringSyntax(StringSyntaxAttribute.Regex)] string regexString, out Match? matchedString)
{
Regex regex;