Skip to content

Syntax to remove newlines from extracted data

cherubcherub SERnuke.com
I want to remove the , character and newlines from data I'm extracting. I'm using something like this:

[mydata]
type=extract
front=<tag>
back=</tag>
remove=,;\n

The comma characters are removed but not newlines. Is there any way to do this?

Comments

Sign In or Register to comment.