python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Uniqueness of UUID substring
We track an internal entity with java.util generated UUID. New requirement is to pass this object to a third party who requires a unique identifier with a max character limit of 11. In lieu of generat...
Jimmy3Sticks
Votes: 0
Answers: 1
How to search for a substring in a string, but from a certain index onward
I'm not an expert in python and since it's work related i may have to change some variables and info.
So i have a long string from an API request in which I'm looking for the information of users, and...
Valentin Florea
Votes: 0
Answers: 1
Return list of docments according to a substring search on user input
I'm trying to do this:
db.wines.find({wineName: /mast/i})
This query is to find all documents that in WineName have mast like substring and on MongoSH it works.
Now I'm trying to do it in Java with t...

user14925982
Votes: 0
Answers: 1