|
|
|
|
|
by DrCatbox
4959 days ago
|
|
The [[:print:]] will match any printable characters like åä, while the [ -~] will not. I used this once as another safeguard against pushing binary data into the database. It was a poor system to begin with where you even have that possibility... and it happened at least once before the fix and my safeguard was in place. |
|