Anyone here good with Sublime Text? Wondering how to find hidden watermarks (like invisible characters) in AI-generated text using it. Looking for a simple method—not super experienced with coding. Thanks!

Chatgpt watermarks
Do you have an example of AI generated text containing these watermarks? Are you sure there will be watermarks?
For invisible characters in general, thes thread may be relevant:
Hey @kingkeith 
Thanks for asking — that’s actually exactly what I’m trying to learn right now using Sublime Text! I’m super curious about how AI-generated text might carry subtle “watermarks” or detectable patterns.
I made a very simple llm markdown chat plugin that works with any openai-style API, and I added a sanitize dictionary to the settings. This automatically removes the most common weird spaces and unicode chars that ChatGPT and GPT-OSS inserts, but you can customize it if you find your favorite model inserts different characters.
The plugin has a command to sanitize the current file or selection, or you can configure it to automatically sanitize when you copy from a chat window.