Lines Matching defs:re2
39 var re2 = /[ABC]/g;
42 var res2 = lineString1.replace(re2, "X");
44 var res4 = treeString1.replace(re2, "X");
46 var res6 = slicedString.replace(re2, "X");
60 var res = lineString2.replace(re2, func1);
66 res = lineString2.replace(re2, func2);
72 res = lineString2.replace(re2, func3);
78 res = lineString2.replace(re2, func4);
84 res = lineString2.replace(re2, func5);
90 res = lineString2.replace(re2, func6);
96 res = lineString2.replace(re2, func7);
102 res = lineString2.replace(re2, func8);