@wcds
Software Developer
Nothing here yet.
Nothing here yet.
Jan 5, 2024 · 2 min read · . (dot) It's going to search for any character inside your string. You can see that the regex found 48 occurrences on the string provided. If you want to find the .(dot) itself, you need to use the \ escape character. Like \.If you want to use any k...
Join discussionDec 20, 2023 · 1 min read · sdk install java // Install java sdk list java //See versions for java //Install an specific version sdk install java 8.0.292.j9-adpt sdk install java 11.0.2-open sdk install java 17.0.1-open sdk install java 17.0.1-open sdk install java 17.0.2-tem...
Join discussionDec 20, 2023 · 1 min read · mongoimport --db mydatabasename --collection collectionName --file my_json_file.json If the collection is an array mongoimport --db mydatabasename --collection collectionName --file my_json_file.json --jsonArray
Join discussion