mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2026-04-06 06:43:47 +00:00
Initial commit
This commit is contained in:
parent
143e708681
commit
5d934d40d6
6 changed files with 52 additions and 6 deletions
|
|
@ -0,0 +1,10 @@
|
|||
using System.Text.RegularExpressions; // [GeneratedRegex]
|
||||
|
||||
partial class Program
|
||||
{
|
||||
[GeneratedRegex(digitsOnlyText)]
|
||||
private static partial Regex DigitsOnly();
|
||||
|
||||
[GeneratedRegex(commaSeparatorText)]
|
||||
private static partial Regex CommaSeparator();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue