Questions tagged [findandmodify]
96 questions
0
votes
1 answer
How to distinguish between new objects created and found objects with mongo
According to the mongo docs, my return object should contain a lastErrorObject, which should indicate if the object is new or old, through updatexisting. I do not see this object. How can I fix my query in order to distinguish between new objects…

JZ.
- 21,147
- 32
- 115
- 192
0
votes
4 answers
Find and Delete Characters in String
My program reads registry key values and combines those values with the installation path. I also read the installation path from the registry.
i.e. String dllInstpath = installPath + rKey which equals to:
C:\Program Files (x86)\NSi\AutoStore…

Beefeatre
- 3
- 2
-1
votes
2 answers
Regex - Find and replace an url inside href attribute
I have a xlsx/csv file, which I am trying to modify it's contents with notepad++.
Exactly a url inside href.…

Xhevat Ziberi
- 19
- 1
- 10
-1
votes
1 answer
How do I transfer link to parent element?
How do I move the link from inside the to around them and then remove the second one? I'm trying to get the whole row to be clickable and have a ripple effect whon clicked, but I need each row to be a link first.
The table: