I'm building a project that needs to match a text that is inside : text to match -. For example, if I have this string:
nathanpc/ltweet: Asking a question at #StackOverflow: "Regular Expression To Match a Text Inside : -" - @devs
I want to match Asking a question at #StackOverflow: "Regular Expression To Match a Text Inside : -". Everything that is after the first : and the last -, but what is the correct regular expression to do this?
PS: I'm using Javascript with jQuery