Blocked Characters in JEMH regex

John Juliano January 27, 2021

I am trying to write an expression to remove everything from the signature below and when I try to use the '.' (period) it tells me that it is a blocked character, is there another way to remove everything below the signature or can I un-blacklist the '.' (period).

1 answer

0 votes
Thorsten Trägenap December 26, 2021

Hi John,

same request? Did you find a solution in the meanwhile?

Mike Harrison _The Plugin People_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 3, 2022

In regex, '.' is a special token that means "any single character". If you are trying to match an actual period in the email content, try escaping it, e.g.

\.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events