idtstudios2
Programmer
I have a bunch of links that are formated like so:
Now obviously "monkey" is just an example tag. In reality the tags would nearly always be different. What I need is to be able to pass the link to a function as a string and have the function return only the tag. ex:
pass:
and get: war
Now, I know how to take individual characters out of a string, but I am at a complete loss on how to remove everything but the tag from such a link?
And ideas or functions out there?
Thanks
Now obviously "monkey" is just an example tag. In reality the tags would nearly always be different. What I need is to be able to pass the link to a function as a string and have the function return only the tag. ex:
pass:
and get: war
Now, I know how to take individual characters out of a string, but I am at a complete loss on how to remove everything but the tag from such a link?
And ideas or functions out there?
Thanks