pub.string.replace / multiple changes. Is it possible?

Hi all,

I have a big text (string) where I have different HTML-tags.
(example:

Hi all,

1
  2
    3
.........) Can I replace this tags in one flow service, something like: searchString: [

] replaceString: [ ], where

= and

=

now I have:

  • few replace-flow services with one replace in each.
    I’d like to optimize it. Do You have ideas?
    Thank You,

Replace accepts regular expressions. You may be able to figure out a regex that will do what you want.