python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to access an individual data in a struct array in Swift
I am trying to access individual data entry in a struct array, so I can format the data output it a more "cosmetic way", an while I can print it, I can not format it as I wish because I can ...
Learningnewthings
Votes: 0
Answers: 1
JSON nested array parse via PHP
I need to loop through and print all nested data within the "players" array and sort by "wonAmount." I can get my PHP to print out a single value, which I target, but I can't get i...
Shenmue OG
Votes: 0
Answers: 1
How can I turn this regex formula into an array?
I have a regex function for a column in Google sheets which is something like below:
=REGEXEXTRACT(E2,"\Q"®EXREPLACE(E2,"\w\S*@\S+\w","\\E(.*)\\Q")&"\E&qu...
Utkarsh Maheshwari
Votes: 0
Answers: 1
Running function twice and saving the output for comparison
I have a function that is part of a test that is running at the beginning of the test and then again at the end. During the test, things are happening in the background that will make the output diffe...
Steve
Votes: 0
Answers: 1