Skip to content
Snippets Groups Projects
Commit ca521442 authored by Your Name's avatar Your Name
Browse files

Initial currency format commit. 99% was auto-converted with the following regexes in vim:

:%s/¤\(\([$_]\w\w\+\(\.\w\+\)*\|\d\+\)\([+*/-]\([$_]\w\+\(\.\w\+\)*\)\|\d\+\)*\)/<<print cashFormat(\1\)>>/g
:%s/¤<<print \([^>]\+\)>>/<<print cashFormat(\1)>>/g
parent 4615e7e0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment