mairtin.obrian 0 Newbie Poster

Im using regular expressions to identify currency characters from a html string I cant identify the £ symbol from a number of sites including amazon So Im looking for the syntax to identify that symbol

oRegEx = New RegEx("£[0-9]") is not working and what is the syntax to identify unicode or other character set characters