Skip to content

Instantly share code, notes, and snippets.

@renatogroffe
Created September 17, 2024 17:05
Show Gist options
  • Save renatogroffe/8fba356cb8452152a0ddb1f93b91eae4 to your computer and use it in GitHub Desktop.
Save renatogroffe/8fba356cb8452152a0ddb1f93b91eae4 to your computer and use it in GitHub Desktop.
using System.Text.RegularExpressions;
namespace ConsoleAppPartialProperty.Helpers;
public static partial class ValidationHelpers
{
[GeneratedRegex("sqlserver|postgres|mysql")]
public static partial Regex IsRelationalDatabase { get; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment