I have read quite a few posts and searched, but haven't found how to properly handle the Pound and Euro currency symbols. I'm not very good at regular expressions, but this is what I came up with so far.
{{re=£([\d]+)}}
$1 pounds
This works ok except for when the number is exactly "1", or when the Pound symbol has no number after it. In these cases, it should say "pound" instead of "pounds". I have the same situation with the Euro symbol.
Can anyone help me figure out how to handle the singular/plural aspect? I see that the $ is already handled properly with Crystal, Mike, Kate and Paul (sounds almost like a folk group, doesn't it?).
