Grammalecte  Diff

Differences From Artifact [ebc9cfd90d]:

To Artifact [b8b02d05dd]:


72
73
74
75
76
77
78



79

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



            console.error(e);

        }
        return m;
    }

    RegExp.prototype.grammalecte = true;
}







>
>
>
|
>






72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
                        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;
}