Hi!
I'm trying to extract text from variable strings. Here is a string example:
id="here_is_an_id" name="here_is_a_name" class="here_is_a_class"
I want to extract the text inside name"". However that text length changes, and the fact that it's not the only item in quotes confuses me on how to use the len,mid,search functions. Would someone please help me accomplish this? Thank you so much!
I'm trying to extract text from variable strings. Here is a string example:
id="here_is_an_id" name="here_is_a_name" class="here_is_a_class"
I want to extract the text inside name"". However that text length changes, and the fact that it's not the only item in quotes confuses me on how to use the len,mid,search functions. Would someone please help me accomplish this? Thank you so much!