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)
How to use ^ in negating a character class in Python
I am trying to write a code that prints the only the number of cookies in "We just received $10.00 for 40 cookies."
Here are the some codes I tried. None worked and I don't know why.
im...
lola_adedini
Votes: 0
Answers: 1
Rules for combining pipe and parentheses in Ruby
In ruby you can do things like:
[[:a, [:z, 1]]].map{|one, (two, three)| three}
=> 1
What are limits and general rules in combining pipe sections with parentheses?
user124
Votes: 0
Answers: 1
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
How to remove quotation and parenthesis around csvwriter output
I have a gps sensor that outputs latitude and longitude. Along with it I am calling the current time in timec(). I want to output these values into a text file that I can upload into excel for extrapo...
colem
Votes: 0
Answers: 1