Good morning
I need to replace special characters with a line return command but I am having difficulty getting the rex mode=sed working correctly -
example foo fields
hr$D362$processing
long$trip
| rex field=foo mode=sed "s/(".+?$.+?")/\n/g"
Many thanks for any help you could provide
↧