Javascript – check if user is typing between two characters (recursive) in textarea
I have a textarea which by default will have any type of string and a user cannot type unless he is typing inside an opening and closing bracket, such as "Leave[]" I can type inside the bracket but not outside…