You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing some code to convert HTML email templates I'm creating into plain text and I wanted to support multiline HTML tags. I added the dotAll flag to the second regex and I can no longer test it, but the first regex tests fine.
The text was updated successfully, but these errors were encountered:
I'm writing some code to convert HTML email templates I'm creating into plain text and I wanted to support multiline HTML tags. I added the dotAll flag to the second regex and I can no longer test it, but the first regex tests fine.
The text was updated successfully, but these errors were encountered: