I had a paragraph:
aaa-bbb-cc/my-text">my-text sas
//domain.com/my-text'> this is my-text
I want to replace all string 'my-text' to 'my replace tex' if they are not just after character '/' like:
aaa-bbb-cc/my-text">my replace text sas
//domain.com/my-text'> this is my replace text
Thank you