Top "Special-characters" questions

Special characters (as they apply to programming) are language-specific reserved characters or symbols used to accomplish a specific task (e.g. wildcard characters, data type indicators, escape characters, etc).

How to compare non english characters with accents

I want to compare 2 strings which have some non English character in them String1 = debarquer String2 = débárquér …

java special-characters string-comparison
How to use jq when the variable has special characters

I'm trying to get the following to work & it's not, help me please: curl -s 'https://cryptofresh.com/api/…

json key special-characters jq
bash scripting - read single keystroke including special keys enter and space

Not sure if I should put this on stackoverflow or unix.stackexchange but I found some similar questions here, so …

linux bash shell special-characters keystroke
What exactly is the linear whitespace? (LWS/LWSP)

I saw mention of the term, along with CRLF, CR, LF, CTL (control characters) and SP (space). If it's not …

character special-characters whitespace
Plus sign in query string for ASP.NET site

I few years ago I created a database driven ASP.NET site, which uses a single APSX page to display …

c# special-characters request.querystring
Powershell Remove Special Character(s) from Filenames

I am looking for a way to remove several special characters from filenames via a powershell script. My filenames look …

regex powershell special-characters character-replacement rename-item-cmdlet