Using a text action to paste or type \$ and having a dropped \

Like a lot of languages, KM uses the \ as an escape operator.
So you have to type \\ to get one \.

This worked for me:
^(.)(\d{2}/\d{2}/\d{4})(,.,)(.*\\$)

BTW, to show any type of code in the forum, enclose it in backtics:

  `your code`
1 Like