2054
Points
Questions
403
Answers
171
-
I would like to find the location of a character in a string. Say: string = “the2quickbrownfoxeswere2tired” I would like …
- 160 views
- 6 answers
- -2 votes
-
Say I have an array of a few objects: var array = [{id: 1, date: Mar 12 2012 10:00:00 AM}, …
- 124 views
- 17 answers
- 0 votes
-
I want to show only the first two and the last two characters of an email like the following: Email …
- 77 views
- 1 answers
- 0 votes
-
I’m working on an E-commerce project and having a weird issue in the customer address section. I’m taking input from …
- 74 views
- 3 answers
- 0 votes
-
I’m trying to process some data in the following manner: I have a 2D array of range bounds and a …
- 65 views
- 0 answers
- 0 votes
-
Want to use a React Selector inside an array.map with different values saving them in the state. However, they finally …
- 69 views
- 0 answers
- 0 votes
-
i have two multidimensional arrays like this $firstNumbers = $Numbers[0]; $secondNumbers = $Numbers[1]; contents of these arrays are $Numbers[0][0] = …
- 76 views
- 0 answers
- 0 votes
-
I am trying to extract image from video frames, then export to s3 storage min.io (https://docs.min.io/docs/javascript-client-api-reference.html) When writing the image …
- 71 views
- 0 answers
- 0 votes
-
I have a Bluetooth amplifier hooked up to some passive speakers. There are features on this amp I’ve not seen …
- 0 views
- 0 answers
- 0 votes
-
See if a value exists in NSDictionary key/value pairs that are elements of NSMutableArray in Swift 4
I did some searching but could not find a definitive answer for this question. I apologize, I am a java …
- 0 views
- 0 answers
- 0 votes