HighDots Forums  

Using wildcards.

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Using wildcards. in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Kultsi_
 
Posts: n/a

Default Using wildcards. - 06-12-2008 , 04:22 AM






I have a damn big problem (Like I always have). Approximately 900 pages. I do
not want to make them one-by-one.

<!-- start_"N2364-025-KO"_price-->68,80<!-- end-->
<!-- start_"N2364-050-7K"_name--> PRODUCT NAME <--end-->
<!-- start_"N2364-050-7K"_price-->120,00<!-- end-->

I need to rebuild pages to :

<!-- startP_"N2364-025-KO"_price-->68,80<!-- end-->
<!-- startN_"N2364-050-7K"_name--> PRODUCT NAME <--end-->
<!-- startP_"N2364-050-7K"_price-->120,00<!-- end-->

I have tried to find and replace with wildcard, but I cant find the right one
that leaves codename alone.
Find : <!-- start_"[^"]*"_name-->
Replace : <!-- startN_"[WILDCARD]"_name-->


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.