Automating InDesign with regular expressions /
If you need to make automated changes to InDesign documents beyond what basic search and replace can handle, you need regular expressions, and a bit of scripting to make them work. This Short Cut explains both how to write regular expressions, so you can find and replace the right things, and how to...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
[Sebastopol, Calif.] :
O'Reilly,
2006.
|
Colección: | O'Reilly short cuts.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Introduction; The Basics; Regular Expression Essentials; Special Characters; Modifiers: Case Sensitivity and Global Matching; Wildcards and Character Classes; String and Word Boundaries; Repetition; Taming Repetition; Backreferences; Lookahead; Matching Regex Syntax Characters; Making Regexes More Readable; Some Examples; Dates; Ranges; Showing Section Numbers; Capturing Captions; Working with Plain Text; Replace Using Wildcards; Working with Formatted Documents; Smallcaps; Replace Selectively; Double-Barreled Regex: Add a Thin Space; Page Ranges: Continued; Drop Digits.
- Keep Initials TogetherReplace: Functions; Variables in Regexes; Look Before You Leap; What JavaScript Cannot Do; Resources; Copyright.