looked around for a while before I asked but I seem to find a lot of how to\'s on email and currency conversion using regex but nothing on just multiplying a number with a set v
Regular expressions are intended for text-matching, not arithmetics. Some of the tools that accept regexes can be used to perform arithmetics, like Perl and Awk for instance.