Search code examples
Escaping `\\` in Visual Studio Code in snippets...


escapingvisual-studio-code

Read More
How to properly escape a double quote in CSV?...


phpcsvescapingfgetcsv

Read More
Use command substitution as arguments for `cp` command...


printfescapingcommand-line-argumentsevalcommand-substitution

Read More
preg_split() with regex pattern containing a slash and using slashes as delimiters doesn't retur...


phpregexescaping

Read More
Escape only single quotes (leave double quotes alone) with htmlspecialchars()...


phpescapinghtmlspecialchars

Read More
Using a pipe for alternation and pipes as regex delimiters causes preg_split() to fail...


phpregexescapingdelimiter

Read More
How to avoid screening quotes...


phpmysqllaravellaravel-4escaping

Read More
How to escape double quotes in a CSS selector?...


javascriptcssescaping

Read More
How to execute a Bash command stored as a string with quotes and asterisk...


bashscriptingescapingquotes

Read More
CodeIgniter's select() method containing aliased columns and an SQL function emits a query error...


phpmysqlcodeigniterescapingquery-builder

Read More
How to escape a JSON string to have it in a URL?...


javascriptjqueryjsonurlescaping

Read More
How to insert a line break in a StringVar in Crystal Reports...


stringcrystal-reportsescaping

Read More
What does it mean to escape a string?...


phpmysqlsecurityescaping

Read More
Making a javascript string sql friendly...


javascriptsqlstringnode.jsescaping

Read More
How to avoid heredoc expanding variables?...


bashescapingsubstitutionheredoc

Read More
How to disable/avoid Ampersand-Escaping in Java-XML?...


javaxmldomescapingampersand

Read More
CodeIgniter query() with unescaped single quotes in a single-quote SQL string gives a 1064 error...


phpmysqlcodeignitermodelescaping

Read More
Why write “<\/script>” with a backslash inside a string literal?...


javascripthtmlescapingstring-literals

Read More
How can I scp a file with a colon in the file name?...


bashescapingscp

Read More
How do I echo ASCII art that contains special characters in a batch file?...


batch-filecmdescapingsymbolsascii-art

Read More
How to write a single quote within a single-quoted string literal?...


javascriptescapingstring-literals

Read More
Escape Character in SQL Server...


sql-serverescapingchar

Read More
Why does python seem to handle strings with escaped quotes differently?...


pythonescaping

Read More
Escaping slashes not working as expected within the double-quoted pattern of PHP's preg_match()...


phpregexcodeigniterescapingpreg-match

Read More
preg_match and escaping when inside double quotes...


phpescapingpreg-matchnewlinedouble-quotes

Read More
How can I escape a single quote?...


htmlescaping

Read More
How do I encode HTTP GET query strings in Perl?...


perlhttpescapinguri

Read More
Why does CodeIgniter's where() method implement automatic escaping/quoting differently when give...


phpcodeigniterwhere-clauseescapingquery-builder

Read More
Escape characters contained by bash variable in regex pattern...


regexbashsedescaping

Read More
Should I escape an expected integer value using mysql_real_escape_string or can I just use (int)$exp...


phpmysqlcastingescapingsql-injection

Read More
BackNext