We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add8f63 commit 142ff76Copy full SHA for 142ff76
operators/verifyssn.json
@@ -0,0 +1,32 @@
1
+[
2
+ {
3
+ "param" : "\\d{3}-?\\d{2}-?\\d{4}",
4
+ "input" : "574-57-8065",
5
+ "ret" : 1,
6
+ "type" : "op",
7
+ "name" : "verifyssn"
8
+ },
9
10
11
+ "input" : "asdf 574-57-8065 asdf",
12
13
14
15
16
17
18
+ "input" : "asdf 800-57-8065 asdf",
19
+ "ret" : 0,
20
21
22
23
24
25
+ "input" : "asdf 123-45-6789 asdf",
26
27
28
29
+ }
30
+
31
32
+]
0 commit comments