python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Why do brackets only use the last number in their parameters?
Edit: This question does not already have an answer, especially when you link the wrong question. I was asking why giving 2 parameters, specifically to a std::vector bracket, only used the last parame...
Pupper Gump
Votes: 0
Answers: 0
How do you determine, using RegExp, whether or not a substring is between parentheses?
Might be a duplicate; I thought this question had to have been already asked, but I searched and couldn’t find one.
How do you determine, using RegExp, whether or not a substring is between parenthese...

clickbait
Votes: 0
Answers: 2
Print List elements in loop without Brackets and Quote marks
I am trying to print the elements of a list inside a loop but the elements are displaying surrounded by ['']. Is there any way to format output to remove these. Further code and examples shown below
T...
HelloWorld
Votes: 0
Answers: 2
Extracting information between two curly brackets in a file with Python
I have a file that was written in a JSON structure but is not correctly formatted. The content looks similar to this:
[{"key0":"value0" , "key1":"value1", "...
IamSam
Votes: 0
Answers: 3