Home » Forum
NoNumber!

Joomla!® Websites & Extensions
development  -  support  -  consultancy

I try to respond within 48 hours (excluding weekends).
If I haven't responded by then, feel free to post a reminder or bug me via email.

My last reply was: 2 Hours, 28 Minutes ago.

Welcome, Guest
Please Login or Register.    Lost Password?

Replacing list of words with regex
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Replacing list of words with regex
#8026
Replacing list of words with regex 1 Year, 10 Months ago  
I would like to replace a long list of case-sensitive specific phrases or words with a fixed link and then the found word or phrase.

For instance, find the Phrase:
Color J

and replace with
<a href="samelink">Color J</a>


Or find the phrase:
IF

and replace with
<a href="samelink">IF</a>


The reason I wan to do this with regex is so that I can just write a single long regex search without using the regular word search list function, where I would have to maintain two long lists.

Can you get me started on the syntax for the regex, or should I just use the regular word search list replace function?
aathman
Posts: 7
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#8033
Re: Replacing list of words with regex 1 Year, 10 Months ago  
Search:
\b(Dog|Cat|Fish)\b

Replace:
<a href="samelink">\1</a>


The \b is a word boundary, preventing it to also match stuff like Cathy and Fishstick.
Peter van Westen
Admin
Posts: 9169
User Online NowClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
#8053
Re: Replacing list of words with regex 1 Year, 10 Months ago  
Awesome. I was getting caught up with the boundries; could not figure out how to use them!
Thanks!
aathman
Posts: 7
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
Moderators: Peter van Westen
Open Source Training | Online Joomla! Training and Support
MaxCDN | Content Delivery Network | Accelerate your site to the max
hosting joomla