Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
$str = "ds[traffic_out].value = 8.4164256667e+04" ;
if ( $str =~ /^\w+?\[\w+?\].value\s+=\s+(\w+?.\w+?\+.\w+)/ ) {
print $1 ;
}