![]() |
Quick Question
If i have:
url@@description (where the @@ is a seperator) can i change it to description@@url with some kind program or with excel or soemthing? Thanx |
search and replace in any text editor?
|
Quote:
|
email me the text file i do it for you for free, have programs for this, and email it. [email protected]
dont worry.. im not in adult so wont use your file. |
Print it out and hold it up to a mirror.
|
Quote:
|
just write a php script to do it. If you don't know how I'll write it for 10 bucks
|
find a text editor with regular expressions, then do a search and replace to something like:
find: (.*);(.*) -- where ";" is the separator replace \2;\1 Excel, you could do something like: paste everything in column "a". hilight column a, then go to "data" -> text to columns -> delimited and then choose your delimeter in like column g you could combine back the values: in column g: =concatenate(c1 & ";" & b1) then use the fill down function in the g column. dream weaver, many html editors, have regex expression handling to do this for you. |
Quote:
GFY is the best place to get advice on everything!! This worked almost as well as the mirror trick :winkwink: |
I may not understand this but off the top of my head this would work (incase you want to do it in php ever):
PHP Code:
|
Sorry, GFy screwed it up a bit.
echo $exp [ 1 ] . $exp [ 0 ]; try that |
Thnx psili's method is very good atm.
|
All times are GMT -7. The time now is 02:42 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123