Syntax to remove newlines from extracted data
cherub
SERnuke.com
in Need Help
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?
The comma characters are removed but not newlines. Is there any way to do this?
Comments