Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Harv Craven Design - HCD #1
Advanced Find & Replace
A client has changed their format for displaying phone numbers. Currently there
are hundreds of listings in (XXX) XXX-XXXX format and they all need to be
changed to XXX.XXX.XXXX. There *must* be a timesaving technique to scour the
site and make the changes in one fell swoop. Can someone please lend a hand
with this?
TIA
Harv
Harv Craven Design - HCD Guest
-
Where to find: Advanced Query Wizard
you can find a link to the Advanced Query Wizard on the Adobe Exchange, but under the given link there is no more any software to find. Does anyone... -
Find and replace errors
Hi all, I've been using Dreamweaver for years now and love it. I find the "Find and Replace" extreamly useful, it literally turns hours of projects... -
Need help with Find & Replace
Hiya. I've tried everything I know to find and replace text in 400+ documents and now need some help with it. This is the existing source code: ... -
I need to find advanced flash tutorials
http://www.hostrocket.com I like the introduction banner of the above site and I would like to find some advanced tutorials to learn how I CAN... -
find/replace
when a user searched for a value with find/replace from a form he got the message the value could not be found but when I looked for it in the... -
VVebbie #2
Re: Advanced Find & Replace
Turn on regular expressions.
Find:
\(({3})\)\s?-?\s?({3})\s?-?\s?({4})
Replace:
$1.$2.$3
VVebbie Guest
-
Harv Craven Design - HCD #3
Re: Advanced Find & Replace
Whoa. That is amazing.
How do I learn regular expressions? That's rhetorical...
Thanks a tonne.
Harv
Harv Craven Design - HCD Guest
-
VVebbie #4
Re: Advanced Find & Replace
My favorite reference (that I used to learn) is:
[url]http://www.visibone.com/regular-expressions/[/url]
This reference is for what it calls "Javascript" regular expressions, however
this would better be called Perl/Unix regular expressions.
Also note that the implementation of regular expressions varies widely from
application to application.
VVebbie Guest



Reply With Quote

