T
T
timtimIT2015-09-25 21:15:46
JavaScript
timtimIT, 2015-09-25 21:15:46

How to specify in a regular expression that all non-lat. word characters ( \W ) from beginning to @, and from @ to end?

I don't know how to specify before @ and from @.
Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Kim, 2015-09-26
@timtimIT

/([^az]+)@/ui
/@([^az]+)/ui

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question