I am new to this regular exp concept. I am trying to use this reg ex
[^@\s]+$
If i give the string as "abs", its actulally excluding the character 's' . which means '\s' is read as a character 's' rather than a whitespace. Please help me to solve this problem