Hi, I am trying to validate an input string (which can be copied & pasted in the textbox). The input entered should contain caps alphabates (one or more than one), numbers and two more special characters as (& and Ñ). Also there should not be any spaces in between.
NB: Alphabates must present, but numbers & those two special characters may or may not present to create a valid input.
I am using Jquery for client side validation.
Alternative Approach:
If anyone can help me how we can detect the occurance of any special characters and spaces, except '&' and 'Ñ' in any input string, then also my problem can be resolved.