I am performing email address validation with javascript in a razor view page. The regex I am going to use is similar to the one proposed at Validate email address in JavaS
You can add another @
in front of it to escape @@
, try leaving out the quantifer *
. If this doesn't seem to work then add
around the function, it tells Razor to not parse the contents. Alternatively you can put Javascript in a separate file to accomplish your needs.
If for some reason you have multiple @@
in your string, place code blocks ahead @:@@