I have a guestbook application in which I would like to restrict people from posting very large continuous strings.
Ie.... something that would cause wordwrapping issues in a browser. People should not be posting URLs and stuff so I don't care about that.. I just want to *NOT* allow any comments with any strings of non-spaces more than X characters long. Can I do this with a regex? I mean, I know I could loop through character by character and run counts.. but that seems kind of tedious. Rick -- CFMBB - Coldfusion Message Boards, Version 1.21 Now Available! http://www.cfmbb.org ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 by AdobeĀ® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273118 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

