Advertisement
Guest User

Untitled

a guest
Jun 10th, 2013
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.51 KB | None | 0 0
  1. text {find what:"_"} {change to:", "} {include footnotes:false, case sensitive:true, include master pages:false, include hidden layers:false, whole word:false} Find all _ and replace with ,_
  2. text {find what:"Set/"} {change to:"Set of "} {include footnotes:false, case sensitive:true, include master pages:false, include hidden layers:false, whole word:false} Find all Set/ and replace with Set of_
  3. text {find what:"Asst"} {change to:"Assorted"} {include footnotes:false, case sensitive:true, include footnotes:false, include hidden layers:false, whole word:true} Find all Asst and replace with Assorted
  4. text {find what:"^pN^p"} {change to:"^p"} {include footnotes:false, case sensitive:true, include master pages:false, include hidden layers:false, whole word:false} Find all N and replace with nothing
  5. text {find what:"^pea (ea)^p"} {change to:"^p"} {include footnotes:false, case sensitive:true, include master pages:false, include hidden layers:false, whole word:false} Find all (ea) and replace with nothing
  6. text {find what:"^pset (set)^p"} {change to:"^p"} {include footnotes:false, case sensitive:true, include master pages:false, include hidden layers:false, whole word:false} Find all blank (set) and replace with nothing
  7. text {find what:"^pea (1ea)^p"} {change to:"^p"} {include footnotes:false, case sensitive:true, include master pages:false, include hidden layers:false, whole word:false} Find all (1ea) and replace with nothing
  8. text {find what:"^pset (1set)^p"} {change to:"^p"} {include footnotes:false, case sensitive:true, include master pages:false, include hidden layers:false, whole word:false} Find all blank (1set) and replace with nothing
  9. text {find what:"X"} {change to:"x"} {include footnotes:false, case sensitive:true, include master pages:false, include hidden layers:false, whole word:true} Find all X and replace with x
  10. text {find what:"With"} {change to:"with"} {include footnotes:false, case sensitive:true, include master pages:false, include hidden layers:false, whole word:true} Find all With and replace with with
  11. text {find what:"And"} {change to:"and"} {include footnotes:false, case sensitive:true, include master pages:false, include hidden layers:false, whole word:true} Find all And and replace with and
  12. text {find what:"In"} {change to:"in"} {include footnotes:false, case sensitive:true, include master pages:false, include hidden layers:false, whole word:true} Find all In and replace with in
  13. text {find what:"On"} {change to:"on"} {include footnotes:false, case sensitive:true, include master pages:false, include hidden layers:false, whole word:true} Find all On and replace with On
  14. text {find what:"Of"} {change to:"of"} {include footnotes:false, case sensitive:true, include master pages:false, include hidden layers:false, whole word:true} Find all Of and replace with of
  15. text {find what:"Pvc"} {change to:"PVC"} {include footnotes:false, case sensitive:true, include master pages:false, include hidden layers:false, whole word:true} Find all Pvc and replace with PVC
  16. text {find what:"Aa"} {change to:"AA"} {include footnotes:false, case sensitive:true, include master pages:false, include hidden layers:false, whole word:true} Find all Aa and replace with Aa
  17. text {find what:"Aaa"} {change to:"AAA"} {include footnotes:false, case sensitive:true, include master pages:false, include hidden layers:false, whole word:true} Find all Aaa and replace with AAA
  18. text {find what:"Kd"} {change to:"KD"} {include footnotes:false, case sensitive:true, include master pages:false, include hidden layers:false, whole word:true} Find all Kd and replace with KD
  19. text {find what:"Uv"} {change to:"UV"} {include footnotes:false, case sensitive:true, include master pages:false, include hidden layers:false, whole word:true} Find all Uv and replace with UV
  20. text {find what:"Mdf"} {change to:"MDF"} {include footnotes:false, case sensitive:true, include master pages:false, include hidden layers:false, whole word:true} Find all Mdf and replace with MDF
  21. text {find what:"Led"} {change to:"LED"} {include footnotes:false, case sensitive:true, include master pages:false, include hidden layers:false, whole word:true} Find all Led and replace with LED
  22. text {find what:"Eva"} {change to:"EVA"} {include footnotes:false, case sensitive:true, include master pages:false, include hidden layers:false, whole word:true} Find all Eva and replace with EVA
  23. grep {find what:"\\r\r+"} {change to:"\\r"} {include footnotes:false, case sensitive:true, include master pages:false, include hidden layers:false, whole word:false} Find all double returns and replace with single returns
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement