Zend certified PHP/Magento developer

How to invert regex match? [closed]

I would like to invert my regex match, I tried everthing but is doesn’t works.

Example https://regex101.com/r/PGkwA5/1

Instead of my regex match (in bold) sssd;RS=93298723;f

I would like to do this sssd; RS=93298723 ;f

The numbers after RS= may change

In summary, I would like everything to be selected by default.

Thank you.