'grep'에 해당되는 글 3건

  1. 2014.10.14 list of GREP wildcard codes
  2. 2013.04.19 동시에 여러개의 GREP을 실행시키는 스크립트
  3. 2013.04.19 인디자인 검색용 메타 문자

list of GREP wildcard codes

인디자인 2014. 10. 14. 15:03

More InDesign GREP Codes

Most of these you can do with brackets, and I haven’t tried all of these, but I’ve still found the commands I have used super-helpful. (U+ means that’s a unicode specification.)

Letters

Letter\p{letter}
Lowercase letter\p{lowercase_letter}
Uppercase letter\p{uppercase_letter}
Titlecase letter\p{titlecase_letter}
Spacing modifier letter\p{modifier_letter}
Non-case non-modifier letters\p{letter_other}

Numbers

Numbers\p{number}
Digits 0 to 9\p{decimal_digit_number}
Roman numerals\p{letter_number}
Other numbers\p{other_number}

Punctuation

Punctuation\p{punctuation}
Hyphens and dashes\p{dash_punctuation}
Opening parentheses, braces\p{open_punctuation}
Closing parentheses, brackets\p{close_punctuation}
Opening quotes\p{initial_punctuation}
Closing quotes\p{final_punctuation}
Underscore, U+203F, U+2040, U+2054\p{connector_punctuation}
Other punctuation\p{other_punctuation}

Spaces and Separators

Spaces, returns, line separator character, paragraph separator\p{separator}
All spaces except tab & return\p{space_separator}
Line separator character (U+2028)\p{line_separator}
Paragraph separator (U+2029)\p{paragraph_separator}

Symbols

Math and Wingdings\p{symbol}
Math symbols\p{math_symbol}
Currency symbols\p{currency_symbol}
Modifier symbols\p{modifier_symbol}
Wingdings, dingbats\p{other_symbol}

Marks

Marks\p{mark}
Diacritical and tone marks\p{non_spacing_mark}
Vowels SE Asian languages\p{spacing_combining_mark}
Circles, squares, keycaps\p{enclosing_mark}

Other

Other\p{other}
Control characters\p{control}
Formatting character markers\p{format}
Unicode E000–F8FF\p{private_use}
Unassigned Unicode range\p{unassigned}

출처: http://ryanmacklin.com/2014/09/advanced-indesign-grep-commands/

:

동시에 여러개의 GREP을 실행시키는 스크립트

인디자인 2013. 4. 19. 09:08


다운로드: http://www.kahrel.plus.com/indesign/grep_query_manager.html


인디자인에서 편집 작업을 할 경우, 잘못된 부분 또는 오류를 찾기 위해 GREP 검색을 이용하실 겁니다.


근데, GREP이 많아질 경우, 매번 실행시키기는 것도 여간 힘든 일입니다. 손가락이 아플 지경입니다. ㅠㅠ


GREP query manager 라는 스크립트입니다.


설치 경로는 아래와 같습니다.


C:\Users\사용자 ID\AppData\Roaming\Adobe\InDesign\Version 7.0\en_GB\Scripts\Scripts Panel


또는


C:\Program Files\Adobe\Adobe InDesign CS5\Scripts\Scripts Panel



사용법을 간단히 설명을 드리자면, 


1 : 현재 자신의 PC 안에 설치된 GREP의 목록을 보여줍니다. 다중 선택이 가능합니다. 한꺼번에 실행시키고자 하는 GREP을 선택하시면 됩니다.


2 - Chains : 자주 실행하는 명령을 저장할 수 있습니다. 


3 : 검색 범위를 선택할 수 있습니다. Book 파일이 열려있으면, Book 파일에 있는 인디자인 문서 전체에 적용할 수 있고, 

    폴더를 선택할 수도 있으며, 열려 있는 문서 하나 또는 전체 문서를 선택해서 실행할 수 있습니다.


4 : 단추를 클릭하면 선택된 GREP을 실행합니다.



## 그외 나머지는 딱히 사용할 일이 없을 것 같아 설명을 생략합니다. 


## 위 스크립트를 실행해서 오류가 나는 경우도 있는데, 그럴 때는 너무 많은 GREP을 선택해서 생기는 오류일 수 있으니, 좀 전보다 덜 선택해서 실행하시거나 열어 놓은 문서를 한 두개 정도 닫고 실행하시기 바랍니다. 


부디 도움이 되시길 바랍니다. 



### 추가 사항



설치된 GREP이 목록에 보이지 않으면 


C:\Program Files\Adobe\Adobe InDesign CS5\Presets\Find-Change Queries\GREP\en_GB >> 여기에 설치된 GREP을



아래 경로에 넣으셔야 목록에 나타납니다.


C:\Users\사용자 ID\AppData\Roaming\Adobe\InDesign\Version 7.0\en_GB\Find-Change Queries\GREP

:

인디자인 검색용 메타 문자

인디자인 2013. 4. 19. 08:53

출처 : http://cafe.naver.com/songina


인디자인 검색용 메타 문자 내용이 담긴 PDF 문서입니다.


인디자인으로 문서 편집시, 검색을 이용한 찾아 바꾸기를 할 경우 첨부한 링크 파일을 참조하시면 도움이 많이 될 것입니다.


https://docs.google.com/file/d/0BxllbXtAZu-DVE1CejRucFZaZHc/edit?usp=sharing

: