Hi all, I am having a little problem with a regular expression (and it is only a little one :)) My regex is for validating mobile phone numbers for the UK and ...
Let's say we want to test the following expression for matching UK postcodes: [a-zA-Z]{1,2}[0-9][0-9A-Za-z]? [0-9][a-zA-Z]{2} ... United Kingdom . Member.
I need to display a date in uk format without the time portion. My report runs from a AS cube so cant use convert in SQL. I think you can set the language option for ...