Top "Brackets" questions

Brackets are tall punctuation marks used in matched pairs within text, to set apart or interject other text.

Flatten list of lists

I'm having a problem with square brackets in Python. I wrote a code that produces the following output: [[180.0], [173.8], [164.2], [156.5], [147.2], [138.2]] But I …

python arrays list brackets
Get the string within brackets in Python

I have a sample string <alpha.Customer[cus_Y4o9qMEZAugtnW] active_card=<alpha.AlphaObject[card] ...>, created=1324336085, …

python regex brackets
How to select between brackets (or quotes or ...) in Vim?

I'm sure there used to be a plugin for this kinda stuff, but now that I need it, I can't …

vim quotes brackets parentheses yank
Different meanings of brackets in Python

I am curious, what do the 3 different brackets mean in Python programming? Not sure if I'm correct about this, but …

python brackets
how to remove brackets character in string (java)

I want to remove all type of brackets character (example: [],(),{}) in string by using java. I tried using this code: …

java regex string brackets
Automatic closing brackets for Vim

Is there any WORKING plugin for Vim 7.4 that would automatically close brackets ('{}', '[]', '()') and maybe …

vim vim-plugin brackets
Is it ok if I omit curly braces in Java?

I've searched for this, but couldn't find an answer and for whatever reason I was too ashamed to ask professor, …

java coding-style brackets
what is [] brackets in .net?

i have seen [] such brackets in c# very very rarely but when i start to learn asp.net i have …

c# .net asp.net brackets
Syntax error on token ";", { expected after this token in Random string creator

I am writing code to generate a random 3 letter strings using the letters a, b, and c. I am getting …

java syntax syntax-error brackets
Mismatched parentheses: a quick way to find them?

I just rearranged a very large JavaScript file. I now get "Unexpected end of input." Somewhere in those hundred of …

javascript brackets mismatch unexpectendoffile