Guest User

Untitled

a guest
Dec 18th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. replace(/(d)(?=(ddd)+([^d]|$))/g, '$1 ')
  2.  
  3. each offer,index in offers_arr
  4. span.minsumm !{offer.mincreditsum}
  5. span.maxsumm !{offer.maxcreditsum}
  6.  
  7. script.
  8. var myFunc = function (a) {
  9. return a.replace(/(d)(?=(ddd)+([^d]|$))/g, '$1 ');
  10. }
  11.  
  12. each offer,index in offers_arr
  13. span#summin!= myFunc(offer.mincreditsum)
Add Comment
Please, Sign In to add comment