300Thousand 102 how can i capture something like this normally i would chose the left and right string to capture the specific string but here its spaced out id="package-nav-link-mobile" href="/package"> Hantera paket Viaplay Total 449 kr/månad want to get the string that is inside of span class="info" as i said cant get that with LR string because there are spaces in between Quote Share this post Link to post Share on other sites
NestleNutella 37 With Regex anything is possible ;) Quote Share this post Link to post Share on other sites
300Thousand 102 With Regex anything is possible ;) how would you do that for that case? i never worked with regex Quote Share this post Link to post Share on other sites
NestleNutella 37 With Regex anything is possible ;) how would you do that for that case? i never worked with regex Can't simply tell you how to do it here, google it, and you will find some useful vids, also, try CSS too Quote Share this post Link to post Share on other sites
300Thousand 102 With Regex anything is possible ;) how would you do that for that case? i never worked with regex Can't simply tell you how to do it here, google it, and you will find some useful vids, also, try CSS too thanks nutella love you <3 Quote Share this post Link to post Share on other sites
DarkAng31 3 https://prnt.sc/npfgvv class="info">\s+([\S\s]+)\b\s+<\/span> Leave a like Quote Share this post Link to post Share on other sites
coromi52 1 Having similar issues about to put my head through the screen. Trying to capture directv here XTRA ALL INCLUDED 235+ digital channels View My Programming View Channel Lineup Can anyone help me get this going its for Blackbullet. Thank you in advanced. Quote Share this post Link to post Share on other sites
DarkAng31 3 how can i capture something like this normally i would chose the left and right string to capture the specific string but here its spaced out id="package-nav-link-mobile" href="/package"> Hantera paket Viaplay Total 449 kr/månad want to get the string that is inside of span class="info" as i said cant get that with LR string because there are spaces in between Having similar issues about to put my head through the screen. Trying to capture directv here XTRA ALL INCLUDED 235+ digital channels View My Programming View Channel Lineup Can anyone help me get this going its for Blackbullet. Thank you in advanced. PM me if you need help Quote Share this post Link to post Share on other sites