अदृश्य वर्ण परीक्षक
Hidden character contamination को detect करें और तुरंत ठीक करें।
Text कभी upload नहीं होती। Analysis पूरी तरह आपके browser में चलती है।
उपयोग कैसे करें
- Text paste करें और analysis अपने आप शुरू हो जाएगी।
- Summary और list में type, count और position देखें।
- Issues को और स्पष्ट देखने के लिए display mode बदलें।
- Corrected text कॉपी करने के लिए Clean Copy का उपयोग करें।
उदाहरण
पेस्ट भ्रष्टाचार जाँच
इनपुट: NBSP और ZWSP mixed वाला text
आउटपुट: NBSP और ZWSP detect करती है, फिर general preset से fix करती है
Code और JSON inspection
इनपुट: BOM या control character contamination वाली JSON string
आउटपुट: Code/JSON preset से risky characters हटाती है
अक्सर पूछे जाने वाले प्रश्न
क्या मेरा text server पर भेजा जाता है?
नहीं। Processing आपके browser में local रूप से होती है।
क्या यह newline-related issues detect कर सकती है?
हाँ। यह CRLF/LF/CR और U+2028/U+2029 को detect करती है और positions सहित list करती है।
मुझे unintended changes की चिंता है।
केवल risky characters पर focus करने के लिए Minimal Changes preset उपयोग करें।
क्या मैं teammates के साथ report share कर सकता हूँ?
हाँ। Type/count/position details को plain text में export करने के लिए Copy Report उपयोग करें।
शब्दावली
- ZWSP
- Zero-width space (U+200B) जो screen पर दिखाई नहीं देती।
- NBSP
- No-break space (U+00A0)। Regular spaces के साथ mix होने पर matching टूट सकती है।
- Bidi नियंत्रण वर्ण
- ऐसे characters जो display direction बदलते हैं और rendering confusion या security issues पैदा कर सकते हैं।
नोट्स
- Production workflows में transformed text उपयोग करने से पहले हमेशा review करें।
- Clipboard content अन्य apps द्वारा पढ़ी जा सकती है। Shared devices पर सावधानी रखें।
- Input persist नहीं होती। Page reload करने पर current text साफ़ हो जाती है।