I want to select a range of characters except this sequence ", (the double quotes and the comma) How could i group them as single char after ^ when using this [^",] it select all the characters except " and , not the sequence ",I want to select a range of characters except t