Wow, thanks so much, it works flawlessly!! :)<div><br><br><div class="gmail_quote">On Fri, Mar 26, 2010 at 1:17 PM, Hans-Jörg Bibiko <span dir="ltr"><<a href="mailto:bibiko@eva.mpg.de">bibiko@eva.mpg.de</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><br>
On Mar 26, 2010, at 9:06 PM, Kai Vermehr wrote:<br>
<br>
> Thanks a lot! I don't want to take advantage of you, but if you had the time, how would you convert number formatting from 1.234,56 to 1,234.56 with regex and tmcommand?<br>
<br>
</div>Hmm, if the format is fix you can try:<br>
<br>
<br>
perl -pe 's/,(?=\d{2}$)/./g;s/\.(?!\d{2}$)/,/g'<br>
<div><div></div><div class="h5"><br>
<br>
--Hans<br>
<br>
_______________________________________________<br>
textmate mailing list<br>
<a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>
<a href="http://lists.macromates.com/listinfo/textmate" target="_blank">http://lists.macromates.com/listinfo/textmate</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Kai Vermehr<br>eBoy Arts Inc.<br>5658 Westhaven Road<br>West Vancouver BC<br>V7W 1T8 Canada<br>mobile +1 (778) 822 4498<br><a href="mailto:k@eboy.com">k@eboy.com</a><br>


</div>