Hi
im not great with regex. I need a regex to obtain everything after '=' in this:

[AttachImage=images/logo.png]

so everything after [AttachImage=

so I can obtain "images/logo.png"

what would the regex be? (strictly regex only please)