Find and change objects – Adobe InDesign CC 2015 User Manual
Page 240
235
Text
Last updated 6/6/2015
* Can be entered in the Find What box only, not the Change To box.
^ Can be entered in the Change To box, not the Find What box.
Find and change objects
You can use the Find/Change command to find and replace the attributes and effects applied to objects, graphics
frames, and text frames. For example, to give drop shadows a uniform color, transparency, and offset distance, you can
use the Find/Change command to search for and replace drop shadows throughout a document.
1
Choose Edit > Find/Change.
2
Click the Object tab.
3
Click the Find Object Format box, or click the Specify Attributes To Find icon
.
* Non-marking Subexpression
(?: )
* Character Set
[ ]
* Or
|
* Positive Lookbehind
(?<= )
* Negative Lookbehind
(?
* Positive Lookahead
(?= )
* Negative Lookahead
(?! )
* Case-insensitive On
(?i)
* Case-insensitive Off
(?-i)
* Multiline On
(?m)
* Multiline Off
(?-m)
* Single-line On
(?s)
* Single-line Off
(?-s)
* Any alphanumeric character
[[:alnum:]]
* Any alphabetic character
[[:alpha:]]
* Any blank character, either space or tab
[[:blank:]]
* Any control character
[[:control:]]
* Any graphical character
[[:graph:]]
* Any printable character
[[:print:]]
* Any punctuation character
[[:punct:]]
* Any character whose code is greater than
255 (applies only to the wide character traits
classes)
[[:unicode:]]
* Any hexadecimal digit character 0-9, a-f, and
A-F
[[:xdigit:]]
* Any character of a certain glyph set, such as
a, à, á, â, ã, ä, å, A, À, Á, Â, Ã, Ä and Å
[[=a=]]
Character:
Text tab metacharacter:
GREP tab metacharacter: