Hi what the below expression validated for. ^@$|^\*$|^[a-z0-9._-]+$ From this, how can I modify the expression to allow "*.abc" or "*.com" -Thanks ...