diff options
Diffstat (limited to 'i_love_echo.js')
-rw-r--r-- | i_love_echo.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i_love_echo.js b/i_love_echo.js index 41de89b..a2f9ab1 100644 --- a/i_love_echo.js +++ b/i_love_echo.js @@ -203,6 +203,7 @@ createPrototype($s, { var s = [i < hash.length ? toHexString(hash.charCodeAt(i)) : "" for (i in hash)].join(""); return $(s); }, + get escpateRegex() $(util.escapeRegex(this.value)), s: function(from, to) $(this.value.replace(from, to)), split: function(reg) $(this.value.split(reg)), get toJSON(){ |