I need to replace some string from a text file such as “upcoming:event=123982”.
The strings always start with “upcoming:event=”. How can I remove them (including the digits) ? (I’m processing the text with Java).
Should I use wildcards ? something like “upcoming:event=*” ?
thanks
Output: changed