Regex X and not Y

Joined
Mar 14, 2008
Messages
1
Reaction score
0
How can I write a .match that returns true for [\p{Print}]+ except for "N/A" string? A regex that validates any printable string except "N/A"

something like
Code:
 ([\p{Print}]+)&&(^(N/A))
 

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

Members online

Forum statistics

Threads
473,773
Messages
2,569,594
Members
45,119
Latest member
IrmaNorcro
Top