RevealTheme logo

텍스트 정리 도구

여분의 공백을 제거하고, 줄바꿈을 정규화하며, 인쇄용 따옴표를 고치고, 붙여넣은 텍스트를 정리합니다.

이 도구 사용 방법

  1. 1

    Paste your messy text into the input box.

  2. 2

    Toggle the options you want: trim lines, collapse spaces, remove line breaks, replace tabs, and fix smart quotes.

  3. 3

    Read the cleaned result in the lower box, which updates live as you type or change options.

  4. 4

    Click 'Copy clean text' to copy the result to your clipboard.

텍스트 정리 도구란 무엇인가요?

PDF, 웹사이트, Microsoft Word에서 붙여넣은 텍스트에는 보통 숨겨진 군더더기가 따라옵니다. 즉, 인쇄용(곡선형) 따옴표, 줄표, 소프트 하이픈, 이중 공백, 줄 끝 공백, 그리고 탭과 공백의 혼용입니다. 이 도구는 그 모든 것을 깔끔한 일반 텍스트로 정규화하여, 코드 편집기, CMS 양식, 기타 엄격한 환경에 붙여넣을 수 있도록 준비해 줍니다.

일반적인 사용 사례

  • Cleaning a quote pasted from a Word document before dropping it into source code, where curly apostrophes would cause syntax errors.

  • Flattening multi-line text copied from a PDF into a single line for a spreadsheet cell or search field using the remove-line-breaks toggle.

  • Removing the trailing spaces and tab-indented lines that sneak in when copying from a chat app or rendered web page.

  • Normalizing en-dashes and em-dashes to plain hyphens so a CSV or plain-text export stays ASCII-safe.

  • Tidying marketing copy pasted into a CMS field so double spaces after sentences collapse to single spaces.

  • Preparing a code comment or commit message by stripping the smart quotes and ellipses an editor auto-inserted.

자주 묻는 질문

인쇄용 따옴표는 왜 나쁜가요?
코드 구문을 깨뜨리고, CSV 내보내기를 망가뜨리며, 일부 환경에서는 올바르게 표시되지 않습니다. 문서에는 괜찮지만, 기술 콘텐츠에는 일반 따옴표로 바꾸세요.

관련 도구