hi can anyone please help with a regular expression for validation-regex attribute , the field can have anything except "< > @" characters
The above regex doesnt works it gives the following error:---------------------------------------------------------------------------Root cause:Couldn't parse DCT bytes into DOM [datacapture.dct_parse.error.msg ]:The value of attribute "validation-regex" associated with an element type "textarea" must not contain the '<' character.Details... com.interwoven.ui.formspub.datacapture.DCRPredicate$ReadDCTException: Couldn't parse ---------------------------------------------------------------------------if any1 can help
this regix is workin fine but the field should not acept only spaces also,,plz help .thanx
http://www.nregex.com/nregex/default.aspx
try to use "/s" for < > in your regex