• Resolved carminemorra

    (@carminemorra)


    Two hyphens, ie: —

    are often converted to an m-dash, ie: –

    in many email editors making it impossible to stop a signature from being removed.

    Could you provide a reg ex that would make three hash tags the signature break?

    The pattern would cause…

    ###

    …to be the end of post.

    I don’t have the skill to write it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter carminemorra

    (@carminemorra)

    Hey folks I figured it out.

    FYI a standard way to show the end of a press release statement is to type three hashtags/hashmarks, like this…

    ###

    Here’s the regex pattern to use…

    ###\s?[\r\n]?
    ###\s
    ###
    ---

    Plugin Author Wayne Allen

    (@wayneallen-1)

    Nice

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Signature Pattern using Different Characters.’ is closed to new replies.