validation - Regex to match Hebrew and English characters except numbers -


I have a question: I want to do a verification for the first and last names with RegEx. I want to do it with numbers without just Hebrew and English. Can someone help me do that code? There is a limit in Hebrew for

\ u0590- \ U05fe (

  / ^ [az \ u0590- \ u05fe] + $ / i  
)

Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -