You are not logged in.
Pages: 1
Hello,
does anyone have experience with the Plugin ticketcleaner. I tried a regex that deletes everything after our Company name which starts the signature but even after i put the replacement as test the Tickets still had no description. please help
Regex used : Company Name.*$
Offline
The plugin's documentation is not explicit about this, but I believe a regex requires delimiters [1]. So in your case that would be something like:
/Company Name.*$/
[1]
https://www.php.net/manual/en/regexp.reference.delimiters.php
Offline
Thank you very much i mean a ton
Offline
Pages: 1