Skip to main content
Participant
November 28, 2023
Question

Need Help Using GREP to remove Prices to create a duplicate copy file without Prices shown

  • November 28, 2023
  • 2 replies
  • 110 views

Hello community, 

Appreciate if you could teach me how to remove the line (Price: $X.XX) using the Find & Change Option on the entire document, as i want to duplicate the files into 2.

1 Catalogue with Prices and 1 Catalogue without Prices

really appreciate if anyone could teach me, as i've tried using GREP but only manage to remove (Price: $) using ( Price: [$] ) and left with the numbers with decimals

 

thank you in advance

This topic has been closed for replies.

2 replies

Robert at ID-Tasker
Legend
November 28, 2023

Find:

Price:\s$\d+\. \d+

Change:

(nothing) 

 

Willi Adelberger
Community Expert
Community Expert
November 28, 2023

Alternative solution: Give the paragraph or character style for the price the color none.