You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin is a life saver! (especially using regex "^.*$" to replace anything!)
As a designer, I'm not very good at Regex and I've been working with a dev who is, and we can get the following regex to work on https://regex101.com/but not in this plugin:
(?<=KEYWORD).*$
example string: "select anything after this KEYWORD so that it can be replaced"
I am trying to replace any text that comes after a given keyword.
The text was updated successfully, but these errors were encountered:
This plugin is a life saver! (especially using regex "^.*$" to replace anything!)
As a designer, I'm not very good at Regex and I've been working with a dev who is, and we can get the following regex to work on https://regex101.com/ but not in this plugin:
(?<=KEYWORD).*$
example string: "select anything after this KEYWORD so that it can be replaced"
I am trying to replace any text that comes after a given keyword.
The text was updated successfully, but these errors were encountered: