Regex flags in Katalon

Hi ,
Say please, does anyone know how to set the global and multiline flags.
We found some modifiers,but in Katalon I can use only one , is there any possibility to use as I wanted, 2?

Here’s my regex with the multiline modifier (1)

Pattern regexPat = Pattern.compile(‘<((?=(td))[^>]|(?=(span))[^>]|(?=(strong))[^>]|(?=(div))[^>]|(?=(p))[^>]|(?=(ul))[^>]|(?=(li))[^>])’, 1)