i need a regular expression that checks if the multiline textbox has been left emtpy. It should match on anything except whitespace. Im using ASP.NET.
I know i could use a Required Field Validator, but this will not allow me to run a custom javascript script on failed validation.
Thanks
Use the
\Spredefined set. it will match anything that is not whitespace.