File: regexDivisionAfter.js

package info (click to toggle)
node-tippex 3.0.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 168 kB
  • sloc: makefile: 10; sh: 9
file content (20 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/   /;
/   /;
a
/b/g;
a/b/g;
(a)/b/g;
(a/b)/c;
(a/b)/c/g;
if (a)/ /g;
if (a/b)/ /g;
while (a)/ /g;
while (a/b)/ /g;
while ((m = /      /.exec(str)) a/=2/g;
a++/b/g;
a++ /b/g;
a--/b/g;
a-- /b/g;
(a)++/b/g;
(a++)/b/g;
i/=j/2;