In photoshop, let's say I have a few texts layers with contents like this:

Text layer 1: 1@@text01@@abc
Text layer 2: 2@@text02@@cef
Text layer 3: 3@@text03@@hgi

I would like to replace all the layers texts starting with the first@ and the end @, that is "@@text..@@" to "##,

so that results will be:

Text layer 1: 1##abc
Text layer 2: 2##cef
Text layer 3: 3##hgi

I know that photoshop has the "find and replace" function, but it seems only to replace a string/text in a simple way. That's why I would like to know if there is a photoshop script that can do this in a quick way.

Thank you.

Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy