Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ef3f1bfa88 | ||
|
|
01a2689549 | ||
|
|
916f046789 |
@@ -1,6 +1,9 @@
|
|||||||
name: PublishNugetPackage
|
name: PublishNugetPackage
|
||||||
|
|
||||||
on: [create]
|
on:
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
@@ -13,7 +13,7 @@ namespace SimApi.Helpers
|
|||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
public static bool CheckCell(string cell)
|
public static bool CheckCell(string cell)
|
||||||
{
|
{
|
||||||
var regex = new Regex("^1[34578]\\d{9}$");
|
var regex = new Regex("^1[3456789]\\d{9}$");
|
||||||
return regex.IsMatch(cell);
|
return regex.IsMatch(cell);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user