Skip to main content

Remove rich text or HTML markup from RTF fields

Comments

1 comment

  • David Gollom Strategic Partner
    Top Contributor
    Celigo University Level 4: Legendary
    Answer Pro
    Great Answer
    Engaged

    This was super helpful. You saved me from hunting through stack overflow.  I added a nested replace function to change <br> tags to spaces. This improved readability of the output. {{{regexReplace  (replace field.name "<br>" " ") "" "(&nbsp;|<([^>]+)>)" "ig"}}}

    0

Please sign in to leave a comment.