It is currently April 28th, 2024, 8:53 am

Little help request please RegEXP

Get help with creating, editing & fixing problems with skins
IcemanSR
Posts: 16
Joined: December 15th, 2011, 3:44 am

Re: Little help request please RegEXP

Post by IcemanSR »

i understand,thank you for your patience and time.
Even thou i cant make it to read after first name with :

Code: Select all

[Variables]
Get=(?(?=.*all_info.*>).*all_info.*>(.*)</A>.*"ladestatus">(.*)\()
RegExp="(?siU)#Get##Get##Get##Get##Get##Get##Get##Get##Get##Get##Get##Get#"
i did made it with :

Code: Select all

RegExp=(?siU)(?(?=.*all_info.*>).*all_info.*>(.*)</A>.*"ladestatus">(.*)\().*(?(?=.*all_info.*>).*all_info.*>(.*)</A>.*"ladestatus">(.*)\().*(?(?=.*all_info.*>).*all_info.*>(.*)</A>.*"ladestatus">(.*)\().*(?(?=.*all_info.*>).*all_info.*>(.*)</A>.*"ladestatus">(.*)\().*(?(?=.*all_info.*>).*all_info.*>(.*)</A>.*"ladestatus">(.*)\()
After i clean the script i wil put it for other ppl as full script ,as this is first live jdownloader addon so far
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Little help request please RegEXP

Post by jsmorley »

No idea why the #Get# trick isn't working for you... Works fine here.

You are setting the "Get" in [Variables] and then in the WebParser measure using:

RegExp="(?siU)#Get##Get##Get##Get##Get##Get##Get#"

Right? Don't define RegExp in [Variables] as well and then use RegExp=#RegExp# in the measure.