@majdi105 said in Reduce data usage:
@sergerdn what this has to do with chrome
This setting can be used in the BAS browser
so for some reason im getting data
06-17-2024 10:09:4806-17-2024 10:09:48
and I only want "10:09:48" 1x only, I tried regexe \d\d:\d\d:\d\d
but im getting this result
10:09:48
10:09:48
how can I get 1x result only?
thanks
@stephenperry18 Are you using "Extract all data"?
Is the data structure the same?
Try
\b\d{2}:\d{2}:\d{2}\b