Have a description box in which ajax is used to count number of characters . Need to validate the description box for input . The criteria is that it should allow everything - alphabets, spaces, new line characters, special characters etc. But , the input cant be only numbers/special characters/spaces alone !
Have been stuck on this for quite somewhile now , the regex that I have written leads to catastrophic backtracking error.
Please provide a solution for this .