I have a field on a form (say Title) for which I need to write validation
code. The following values should not be permitted
- Line feed
- CR, CRLF
- single quotes
- double quotes
- trailing black spaces
- leading blank spaces
Is there any such general purpose function already written somewhere...
thanks