ItHurtsWhenIThink
Technical User
I have the following expression, but need to allow carriage return. I have read several sites regarding this but can't seem to get a grip on how to do it. Can you please help?
Current expression:"^[a-zA-Z0-9.,_ \-\r]+$"
I need to add carriage return which is '\r' I just can't seem to be able to use it correctly.
Current expression:"^[a-zA-Z0-9.,_ \-\r]+$"
I need to add carriage return which is '\r' I just can't seem to be able to use it correctly.