Skip to main content

All Questions

Tagged with
-2 votes
2 answers
57 views

Javascript Nested JSON get parent results from child [duplicate]

I have a nested JSON and I'm getting the "variants" results from API. And I'm trying to get this variants parent names. Here is the json: { "active": true, "main":...
kront's user avatar
  • 43
0 votes
0 answers
6 views

Adding search bar like "find and edit" (without edit) directly on my website

I created a search bar on my website, but it only shows me on which page the results are. It is not leading me to the exact place of the searched content. I want a search function like it is on the ...
Barbara Maier's user avatar
0 votes
0 answers
27 views

generate a graph between 15k+ strings of recipe ingredients

you know real world data is messy, and i have an interesting problem that i cannot find the solution to or cannot find the right keywords to search. so i have about 15k+ recipe ingredients written in ...
Omar Alhussani's user avatar
0 votes
1 answer
24 views

Batch - How to find strings from the first file in the second file and print which strings from the first file don't exist in the second one?

I have the first text file, example: amet sint perspiciatis minima And I have the second file full of text, example: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor ...
Peca21's user avatar
  • 9
0 votes
0 answers
23 views

VS Code : find next occurrence shortcut

I'm looking for a shortcut to find the next occurrence via the find in current file search box. I cannot seem to find anything other than pressing Ctrl-F, then pressing Enter once in the box. This is ...
James Coleman's user avatar
0 votes
1 answer
130 views

How to search and highlight text in HTML page from varies elements (not just one) using vanilla javascript?

I want to search for text, word, or letter, using a search bar on my webpage, which highlights the word I searched or letter on the page, I saw a tutorial for the same but they use only one element (...
Yazan's user avatar
  • 1
0 votes
0 answers
58 views

Search the files in a folder - Returns an Error VSCode

I've opened a folder with VSCode and when I try to use the "find in folder" search I get an error: A system error occurred (spawn UNKNOWN) VSCode Version 1.78.2 (user setup)
user1567453's user avatar
  • 1,985
0 votes
0 answers
50 views

In MySQL Workbench, BLOB field, "Open Value in Editor", "Edit Data", is there a find feature?

I am using MySQL Workbench. A field in a table I am using is type BLOB. That field contains text data, which is sometimes quite long. To view this field, I right click on the field cell and select &...
Steve T's user avatar
  • 343
-2 votes
1 answer
42 views

Search in Google Sheet within same sheet

enter image description here Hi, I need to make a formula where I want to search text in Column A match or not with Column B, if yes return in Column C "found", if no "not found". ...
Yana_ck's user avatar
0 votes
1 answer
132 views

How can I find each name in a range and paste a value below?

I'm new to coding and am trying to use vba to search through a range of names and find each name in a different range. After finding that name I need to paste a range value in the next empty cell ...
Ezra Martin's user avatar
0 votes
1 answer
61 views

NotePad++ - Replace 100+ unique lines in file with new unique lines

I am trying to take a large text file and replace about 140 rows of the data with brand new rows of data. I have all the rows I need to replace in a text file, along with the new rows, but can't ...
janderson055's user avatar
1 vote
2 answers
50 views

in BASH, how to find files with no file.extension

echo >tst echo >tst. echo >tst.txt echo >tst.html echo >tst.ms.html echo >tst.ms..html find -maxdepth 1 -type f -name "*." I get only: ./tst. I want to get the one file ....
cssjs's user avatar
  • 11
0 votes
0 answers
59 views

Using grep with multiple strings but each string needs to have a seperate output

Is it possible to use grep to look for specific strings, and have output file for each matched string. ( I use cygwin ) What I want to do in details: Look into only specific files which can be .txt ...
carouselcarousel's user avatar
1 vote
1 answer
343 views

grepWin: Find this but not that (search for a page that has a string but not another)

I am trying to find files that have a certain word but at the same time missing another (in any order) through grepWin for Win 10 (v. 2.0.13). I tried with both options "Dot match newline" ...
Mike's user avatar
  • 2,291
2 votes
4 answers
199 views

Find a cell value based on data in two columns of a table

Using and Excel formula, I would like to complete last three columns of table A below based on data in table B. If any row of a particular ID in table B contain "Yes" in a year, then put &...
user12501522's user avatar

15 30 50 per page
1
2 3 4 5
31