Grammalecte  Diff

Differences From Artifact [0c1a934c00]:

To Artifact [2a516ce8e2]:


73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
                        m.start.push(iPos);
                        m.end.push(iPos + subm.length);
                    }
                }
            }
        }
        catch (e) {
            if (typeof(helpers) !== "undefined") {
                helpers.logerror(e);
            } else {
                console.error(e);
            }
        }
        return m;
    };

    RegExp.prototype.grammalecte = true;
}







<
<
<
|
<






73
74
75
76
77
78
79



80

81
82
83
84
85
86
                        m.start.push(iPos);
                        m.end.push(iPos + subm.length);
                    }
                }
            }
        }
        catch (e) {



            console.error(e);

        }
        return m;
    };

    RegExp.prototype.grammalecte = true;
}