Hello everyone i am building a program to find specific strings on a HTML source code. Here is what i mean ->
For example the first thing the program does is "Grab target's HTML code and put it on RichTextBox1.text"
When i grab HTML code and put it on RichTextBox1.text i search for keyword " {"list" "
Somewhere in HTML code we can see " {"list" " right here ->
IMAGE (open in new tab :D)
As you can see there are some numbers there. I like to store those strings in different variables.
So my Main questions is: "How can i grab these little things from a huge HTML code?"