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.
2 parents 7556114 + be0cee4 commit c8cf2c5Copy full SHA for c8cf2c5
.gitignore
@@ -0,0 +1,2 @@
1
+*.log
2
+*.trs
operators/verifysvnr.json
@@ -0,0 +1,26 @@
+[
+ {
3
+ "param" : "([0-9]{4} ?[0-9]{6})",
4
+ "input" : "1237010180",
5
+ "ret" : 1,
6
+ "type" : "op",
7
+ "name" : "verifysvnr"
8
+ },
9
10
11
+ "input" : "asdf 1237 010180 asdf",
12
13
14
15
16
17
18
+ "input" : "asdf 0100817 asdf",
19
+ "ret" : 0,
20
21
22
+ }
23
+
24
25
26
+]
0 commit comments