!function(e,r){"object"==typeof exports&&"undefined"!=typeof module?module.exports=r():"function"==typeof define&&define.amd?define(r):e.numerifyCurrency=r()}(this,function(){"use strict";function e(e,r,t){return e.slice(0,t)+r+e.slice(t)}return{regexp:/\$/,format:function(r,t,f,n){var a={before:t.match(/^([+|\-|(|\s|$]*)/)[0],after:t.match(/([+|\-|)|\s|$]*)$/)[0]};t=t.replace(/\s?\$\s?/,"");var o=n._numberToFormat(r,t,f);r>=0?(a.before=a.before.replace(/[-(]/,""),a.after=a.after.replace(/[-)]/,"")):r<0&&!~a.before.indexOf("-")&&!~a.before.indexOf("(")&&(a.before="-"+a.before);for(var c=0;c=0;i--)switch(a.after[i]){case"$":o=i===a.after.length-1?o+"$":e(o,"$",-(a.after.length-(1+i)));break;case" ":o=i===a.after.length-1?o+" ":e(o," ",-(a.after.length-(1+i)))}return o}}});