Re: Does anyone know how to handle carriage returns from user input

2006-09-07 Thread Vanchuck
I just tried this out on one of my actions, and noted one thing, maybe worth mentioning. If you already know about and are using regex's but still can't get it to work for some reason, maybe double check that the line breaks are actually there? ... There are some components and helpers I have

Re: Does anyone know how to handle carriage returns from user input

2006-09-05 Thread nate
This is going to be your best friend: http://regularexpressions.info/quickstart.html When doing regular expressions, you can use \n to match newlines, or \s to match any spacing character. --~--~-~--~~~---~--~~ You received this message because you are