|
-
Sep 6th, 2017, 06:41 PM
#1
Re: Finding certain part of text and extracting.
You've already been given everything you need. You don't have to wait for someone else to write the exact you code for you. You're allowed to use the principles that have already been demonstrated to write final code for yourself. Post #4 demonstrates how to access every 'meta' tag, how to get the value of an attribute and how to test whether that value is equal to something specific. What more do you need? Get the 'property' attribute value, check whether it's the one you need and, if it is, get the 'content' attribute value. Whenever someone provides you with information, think about how you can use that information to resolve your issue, in part or in full, for yourself.
-
Sep 9th, 2017, 03:48 PM
#2
Thread Starter
Member
Re: Finding certain part of text and extracting.
 Originally Posted by jmcilhinney
You've already been given everything you need. You don't have to wait for someone else to write the exact you code for you. You're allowed to use the principles that have already been demonstrated to write final code for yourself. Post #4 demonstrates how to access every 'meta' tag, how to get the value of an attribute and how to test whether that value is equal to something specific. What more do you need? Get the 'property' attribute value, check whether it's the one you need and, if it is, get the 'content' attribute value. Whenever someone provides you with information, think about how you can use that information to resolve your issue, in part or in full, for yourself.
I'm sorry. I read it as if looking for a partifuclar attribute. Didn't know how to use the information given. I messed around with it and couldn't figure it out. Thought I miscommunicated but I misread. Clearly coding still isn't for me.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|