File: regexDivisionBefore.js

package info (click to toggle)
node-tippex 3.0.0%2Bds-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 204 kB
  • sloc: javascript: 627; makefile: 2
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
/foo/;
/foo/;
a
/b/g;
a/b/g;
(a)/b/g;
(a/b)/c;
(a/b)/c/g;
if (a)/b/g;
if (a/b)/c/g;
while (a)/b/g;
while (a/b)/c/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;