Davide Giuseppe Farella
02/02/2019, 5:25 PMfield1="x" field2="y" field3="z"
, how can a single regex that matches the 3 field be almost 2x slower than a indexOf( paramName ) - substring( index ) - split( '"' ) [1]
?
Do you use regex for this purpose? I'm just exploring them for the first time.Marc Knaup
02/02/2019, 6:06 PMDavide Giuseppe Farella
02/02/2019, 6:45 PMhudsonb
02/02/2019, 7:52 PMDavide Giuseppe Farella
02/02/2019, 7:58 PMtvg-id="([^\\"]*)".*group-title="([^\\"]*)".*tvg-logo="([^\\"]*)",(.*)
Davide Giuseppe Farella
02/02/2019, 7:58 PMMarc Knaup
02/02/2019, 8:01 PM.*
with .*?
Marc Knaup
02/02/2019, 8:03 PMDavide Giuseppe Farella
02/02/2019, 9:26 PM