Home
last modified time | relevance | path

Searched refs:lpartition (Results 1 – 1 of 1) sorted by relevance

/plugin/moaieditor/scripts/match/
Dmatch_tools.js145 var [left, right] = this.lpartition(string, '|');
159 var [left, right] = this.lpartition(string, '#');
193 lpartition (string, char) { method in MoaiEditor.MatchTools