author | hannesw |
Fri, 03 May 2013 22:48:53 +0200 | |
changeset 17521 | 0522325da5ef |
parent 16223 | dff592a332a4 |
permissions | -rw-r--r-- |
16223
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
1 |
input string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
2 |
multiline false boolean |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
3 |
lastMatch string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
4 |
lastParen string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
5 |
leftContext string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
6 |
rightContext string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
7 |
$1 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
8 |
$2 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
9 |
$3 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
10 |
$4 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
11 |
$5 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
12 |
$6 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
13 |
$7 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
14 |
$8 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
15 |
$9 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
16 |
input string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
17 |
multiline false boolean |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
18 |
lastMatch string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
19 |
lastParen string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
20 |
leftContext string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
21 |
rightContext string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
22 |
$1 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
23 |
$2 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
24 |
$3 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
25 |
$4 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
26 |
$5 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
27 |
$6 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
28 |
$7 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
29 |
$8 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
30 |
$9 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
31 |
input FOOBARfoo string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
32 |
multiline false boolean |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
33 |
lastMatch BAR string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
34 |
lastParen R string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
35 |
leftContext FOO string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
36 |
rightContext foo string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
37 |
$1 B string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
38 |
$2 A string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
39 |
$3 R string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
40 |
$4 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
41 |
$5 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
42 |
$6 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
43 |
$7 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
44 |
$8 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
45 |
$9 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
46 |
input abcdefghijklmnopq string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
47 |
multiline false boolean |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
48 |
lastMatch abcdefghijk string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
49 |
lastParen k string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
50 |
leftContext string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
51 |
rightContext lmnopq string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
52 |
$1 a string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
53 |
$2 b string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
54 |
$3 c string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
55 |
$4 d string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
56 |
$5 e string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
57 |
$6 f string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
58 |
$7 g string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
59 |
$8 h string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
60 |
$9 i string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
61 |
input abcabcabcABCabcABC string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
62 |
multiline false boolean |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
63 |
lastMatch B string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
64 |
lastParen B string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
65 |
leftContext abcabcabcABCabcA string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
66 |
rightContext C string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
67 |
$1 B string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
68 |
$2 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
69 |
$3 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
70 |
$4 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
71 |
$5 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
72 |
$6 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
73 |
$7 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
74 |
$8 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
75 |
$9 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
76 |
input foobarfoo string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
77 |
multiline false boolean |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
78 |
lastMatch bar string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
79 |
lastParen string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
80 |
leftContext foo string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
81 |
rightContext foo string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
82 |
$1 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
83 |
$2 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
84 |
$3 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
85 |
$4 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
86 |
$5 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
87 |
$6 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
88 |
$7 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
89 |
$8 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
90 |
$9 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
91 |
input foobarfoo string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
92 |
multiline false boolean |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
93 |
lastMatch bar string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
94 |
lastParen string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
95 |
leftContext foo string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
96 |
rightContext foo string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
97 |
$1 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
98 |
$2 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
99 |
$3 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
100 |
$4 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
101 |
$5 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
102 |
$6 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
103 |
$7 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
104 |
$8 string |
dff592a332a4
8007718: Make static RegExp properties fully compatible to other engines
hannesw
parents:
diff
changeset
|
105 |
$9 string |