Top "Quotes" questions

Computer programming languages' facility for embedding text in source code, also known as String literals

creating quoted path for shortcut with arguments in powershell

I have the following powershell code calling WSHShell which will create a shortcut in the start menu for Win7/8 but …

powershell arguments quotes shortcuts wsh
Escaping double quotes with tcsh alias

I'm trying to run the following commands: replace -x "must " A2input.txt replace -x " a" -f -s ## A2input.…

escaping alias quotes tcsh
Remove surrounded quotes in vscode or toggle between quote and no quote

Is there any shortcut or extension for vscode which can help to remove surrounded quotes (single ' or double " ) around …

javascript visual-studio-code quotes quoting
Pandas - Is it possible to read_csv with no quotechar?

I am trying to read a csv file that has single instances of " in certain lines, ex: car,"plane,jet …

python pandas quotes
How to read quoted text containing escaped quotes

Consider the following comma separated file. For simplicity let it contain one line: 'I am quoted','so, can use comma …

r escaping quotes multiline read.csv
pyyaml and using quotes for strings only

I have the following YAML file: --- my_vars: my_env: "dev" my_count: 3 When I read it with PyYAML …

python quotes pyyaml
MacOSX: how to disable accented characters input

I'm using Eclipse Juno on MacOSX Lion and have an issue with typing. I often print one quote/apostrophe and …

macos quotes diacritics
Are quotes around hash keys a good practice in Perl?

Is it a good idea to quote keys when using a hash in Perl? I am working on an extremely …

perl hash quotes
javascript - catch SyntaxError and run alternate function

I'm trying to build something on javascript that I can have an input that can be everything like string, xml, …

javascript try-catch quotes syntax-error spidermonkey
Are double "" and single '' quotes (always) interchangeable in R?

This is perhaps rather a minor question... but just a moment ago I was looking through some code I had …

r quotes double-quotes single-quotes