simple javascript regex question
Posted
by Scott
on Stack Overflow
See other posts from Stack Overflow
or by Scott
Published on 2010-06-15T21:27:14Z
Indexed on
2010/06/15
21:32 UTC
Read the original article
Hit count: 144
JavaScript
|regex
How can I match the following pattern?
"anything123.anythingelse"
Alphanum of any length, with exactly 1 "." in the middle, and then alphanum of any length?
Thanks.
© Stack Overflow or respective owner