SHARE
TWEET

Untitled

a guest May 20th, 2016 54 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var regex = new RegExp('[A-Za-z0-9!#$%&\'*+\/=?^_`{|}~-]+(?:\.[A-Za-z0-9!#$%&\'*+\/=?^_`{|}~-]+)*\@' + sellerEmailDomain, 'i')
  2.  
  3. // You may have to set up a $scope.$watch if the sellerEmailDomain is subject to change.
  4. // The 'i' flag is for case insensitivity.
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top