Regular Expressions – Remove texts before a character in notepad++

Notepad++ is a text and source code editor which supports several programming languages running under the MS Windows. If you need to remove some texts before a character, Cmd2.Parameters.AddWithValue(“@PosRefs”, textBox19.Text); Cmd2.Parameters.AddWithValue(“@NSmoking”, textBox20.Text); Cmd2.Parameters.AddWithValue(“@LongStay”, textBox21.Text); For instance, I want to remove all texts before the punctuation mark  comma (,) in the above example. [lists] Ctrl + F […]