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`
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`