I have a Blog that is filled with Q and A's I want to change "Q" and "A" to "Question" and "Answer" throughout all of the entries. Is that possible?
Thanks
Find and Replace?
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Find and Replace?
Hi!
Doing automatic replacement within the entries is dangerous. You could replace " Q " with "Question" and " A " with "Answer", but then you need the spaces before and after that everywhere. If you just replace "Q" with "Question" you would get "Queue" replaced to "Questionueu".
Best regards,
Garvin
This could best be done by exporting a SQL dump and doing search+replace there, then re-uploading the dump.DMotel wrote:I have a Blog that is filled with Q and A's I want to change "Q" and "A" to "Question" and "Answer" throughout all of the entries. Is that possible?
Thanks
Doing automatic replacement within the entries is dangerous. You could replace " Q " with "Question" and " A " with "Answer", but then you need the spaces before and after that everywhere. If you just replace "Q" with "Question" you would get "Queue" replaced to "Questionueu".
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/