How to combine 2 text parser modules

Hi everyone,

I’m currently using two separate text parser modules, each with its own regex logic. I’m looking for a way to combine the two regex patterns into a single module to simplify my setup.

Alternatively, I’ve considered using the replace function to merge or transform the outputs, but so far the results have been either messy or non-functional.

Has anyone successfully combined multiple regex operations into a single module or streamlined this kind of setup? Any suggestions or examples would be greatly appreciated!

Thanks in advance!