Actually, I am trying to validate a string, which can contain word characters (A-Za-z0-9), spaces, a few special characters like /, comma(.), Period(.), # and may also contain any of the UTF-8 characters. Though i have been able to formulate a regex for validation of word caharacters and the special characters, i don't know how we can validate for UTF-8 characters ...