tip:비주얼_스튜디오에서_한글을_검색하는_정규식
                차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 다음 판 | 이전 판 | ||
| tip:비주얼_스튜디오에서_한글을_검색하는_정규식 [2020/06/04 17:04] – 만듦 kieuns | tip:비주얼_스튜디오에서_한글을_검색하는_정규식 [2024/04/23 22:43] (현재) – 바깥 편집 127.0.0.1 | ||
|---|---|---|---|
| 줄 1: | 줄 1: | ||
| + | < | ||
| + | |||
| + | ====== VisualStudio 에서 검색 ====== | ||
| + | |||
| + | MS 정규식으로 한글 검색 가능. | ||
| + | |||
| + | | %%<: | ||
| + | | %%": | ||
| + | | %%" | ||
| + | |||
| + | **:Ha**가 한글 글자를 가리키는 키워드. ([[http:// | ||
| + | |||
| + |   c# 정규식에서는 이게 안먹히네.. 기능 삭제해버린건가? | ||
| + | |||
| + | 추가  | ||
| + | |||
| + | | Alpha                 | :Al | Matches any one character. For example, :Alhe matches words such as " | ||
| + | | Numeric  | ||
| + | | Punctuation  | ||
| + | | White space           | :Wh | Matches all types of white space, including publishing and ideographic spaces.  | ||
| + | | Bidi                  | :Bi | Matches characters from right-to-left scripts such as Arabic and Hebrew.  | ||
| + | | Hangul  | ||
| + | | Hiragana  | ||
| + | | Katakana  | ||
| + | | Ideographic/ | ||
| + | |||
| + | ====== 정규식을 지원하는 일반 에디터 ====== | ||
| + | |||
| + | from [[http:// | ||
| + | |||
| + | {{: | ||
| + | |||
| + | {{tag> | ||