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 مصحوبًا بشوائب مخفية: علامات اقتباس طباعية (منحنية)، وشَرطات طويلة، وشَرطات لينة، ومسافات مزدوجة، ومسافات في نهاية السطر، ومزيج من علامات الجدولة والمسافات. توحّد هذه الأداة كل ذلك إلى نص عادي نظيف، جاهز للصق في محرّرات الأكواد، أو نماذج أنظمة إدارة المحتوى، أو غيرها من البيئات الصارمة.

حالات الاستخدام الشائعة

  • 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، ولا تُعرض بشكل صحيح في بعض البيئات. للمستندات لا بأس بها؛ أما للمحتوى التقني، فاستبدلها.

أدوات ذات صلة