regular expression to ignore carriage return

  • Thread starter Thread starter David Cho
  • Start date Start date
D

David Cho

I am using this expression

\d+(,\s*\d+)*

to allow only numbers and commas. But if there are carriage returns
mixed, it is not validated.

Is tehre a way to ignore all carriage returns?

I am a RE newbie. Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top