zeroing in on a string inside quotes
zeroing in on a string inside quotes
- Subject: zeroing in on a string inside quotes
- From: email@hidden
- Date: Wed, 28 Nov 2001 18:29:51 EST
I've got a string in an AppleScript variable that I've parsed from a
web-page. It looks like this:
<input type=hidden id="UserId" name="UserId" value="swordfish">
If I wan't to zero in on the word inside the quotes, after the "value=", and
put it in a variable, how could I best do that in AppleScript? My Macromedia
Director Lingo experience is getting in my way on this string-parsing logic.
I'd use some combination of "strpos" and searching for quotes, right?