Guest User

Untitled

a guest
Aug 21st, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Regex work in chrome and explorer but not in firefox
  2. /^[A-Za-z.-s]*$/.. that is alphabets, space, hyphen, and dots.
  3.  
  4. Error: invalid range in character class
  5.  
  6. /^[A-Za-z.-s]*$/
  7.  
  8. /^[A-Za-z.-s]*$/
Add Comment
Please, Sign In to add comment