How to Check special characters in a string | OutSystems
A way to detect chatGPT text
How to detect special characters in a text file
I tend to run into this issue a lot importing client data from previous software. I use Sublime Text 3 with the the regex search, here are a few of my go-to's (keep in mind we're french so I make allowances for those:
Regex Not-in-good-list: [\x00-\x7F’‚àáâãÀÁÂÄçÇŠéèêëÉÈÊËîïÎÌÏ«»òóðôÓÔÖ¢ùûÙÛ¸…+-]
Regex In-Bad-List: [\x00-\x08\x0b-\x0c\x0e-\x1b]
Typically I'll combine this with catchalls and cut the data to another file to check manually.
Sublime is pretty decent with files up to around 50mb, it's workable larger but there's definitely a performance hit. I wish I knew of a program better suited for the several gb range.
Having problems with reddit formatting, I don't post here often ><
More on reddit.comFinding special characters in string
Saw this in the chatGPT sub. Apparently cGPT imbeds special unicode for specific types of spaces that no student would know to use, or likely know how to use. Similar to the “em dash” - but the em dash isn’t foolproof, as students know how to type em dashes and sometimes may use them correctly. But I doubt any of them know how to use these special spaces.
In a consultation with students, just ask them how/why they used the “non-page-break spaces”, and their lack of answer basically admits to using chatGPT.
The reveal uses an online tool I’ve never heard of, but one that shows special characters.
Tool: https://www.soscisurvey.de/tools/view-chars.php
See:
https://www.reddit.com/r/ChatGPT/s/4EoJUcEEHK
Not suggesting this is foolproof, just another tool in our arsenal.