Hi,
How to find a word is containing only alphabets, numbers, _ and -?
Also,It should not start with _ and -?
How abt testing with this exp - /^(\w|\d)(\w|\d|-|_)+$/; ?
How to find a word is containing only alphabets, numbers, _ and -?
Also,It should not start with _ and -?
How abt testing with this exp - /^(\w|\d)(\w|\d|-|_)+$/; ?
Comment