Operation Manual

132
Tex t
Last updated 6/15/2014
* Running header (character style) variable ^Z ~Z
* Custom text variable ^u ~u
* Last page number variable ^T ~T
* Chapter number variable ^H ~H
* Creation date variable ^S ~S
* Modification date variable ^o ~o
* Output date variable ^D ~D
* File name variable ^l (lowercase L) ~l (lowercase L)
* Any Digit ^9 \d
* Any character that is not a digit \D
* Any Letter ^$ [\l\u]
* Any Character ^? . (inserts period in Change To)
* White Space (any space or tab) ^w \s (Inserts space in Change To)
* Any character that is not a white space \S
* Any word character \w
* Any character that is not a word character \W
* Any uppercase letter \u
* Any character that is not an uppercase letter \U
* Any lowercase letter \l
* Any character that is not a lowercase letter \L
^ All Found Text $0
Found Text 1-9 $1 (specifies the number of the grouping
found, such as $3 for the third grouping;
groupings are enclosed in parentheses)
* Kanji ^K ~K
* Beginning of Word \<
* End of Word \>
* Word Boundary \b
* Opposite of Word Boundary \B
* Beginning of Paragraph ^
* End of Paragraph [location] $
* Zero or One Time ?
* Zero or More Times *
* One or More Times +
* Zero or One Time (Shortest Match) ??
Character: Text tab metacharacter: GREP tab metacharacter: