hwp_text_search
Search text within HWP documents to find locations and count occurrences, verifying presence or frequency without making substitutions.
Instructions
문서에서 텍스트를 검색하고 발견된 위치와 횟수를 반환합니다. 치환 없이 검색만 합니다. 특정 텍스트가 문서에 있는지 확인하거나, 몇 번 등장하는지 파악할 때 사용하세요.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | Yes | 검색할 텍스트 | |
| max_results | No | 최대 검색 결과 수 (기본 50) |