As the topic describes, how is it done?
I thought that by default, the value of a form input field is a
string. I need to retrieve substrings of the input string but I have not been able to achieve that.
Any ideas?
For instance, say I have the following INPUT tag.
If I copy and paste the code below from a YouTube page into the INPUT tag, I would like to parse it later on with Javascript. I assume that it would be stored as a string.
How do I do this?