i am trying to find some regex which will replace part of a string with html tags. Part of String which should get replaced looks like this:
lorem Google=https://google.com ipsum
Excpected output: lorem <a href="https://google.com">Google</a> ipsum
P.S i'm using reactjs