This is just Jetbrains formatting and code syntax styling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user