Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
Thanks again for the help... However, I didnt have to reverse or add the \s.I got it working perfectly in JavaScript anyway, but as Paul wrote the Regular Expression Validator doesnt seem to fire if the field is empty.I wouldnt mind knowing how to do it all without having to use 2 validators.BTW. Heres what I ended up with: /^[^\\"][^\\"]*$/Best // Kristoffer
Thanks again for the help... However, I didnt have to reverse or add the \s.
I got it working perfectly in JavaScript anyway, but as Paul wrote the Regular Expression Validator doesnt seem to fire if the field is empty.
I wouldnt mind knowing how to do it all without having to use 2 validators.
BTW. Heres what I ended up with: /^[^\\"][^\\"]*$/
Best // Kristoffer