I try to find a regular expression but it's impossible. I have a json file and i want to replace some text with sublimeText2. I want to replace what starts with the symbol - and ends with the symbol " but i don't want to replace the " symbol. for example: I have the following text: hello - good morning" I want to keep the text: hello" Which is the regular expression for the above?I try to find a regular expression but it's imp