<?php $data = 'lhs: "1 U.S. dollar", rhs: "29.892653 Taiwan dollars"'; var_export( sscanf( $data, 'lhs: "%f %[^"]", rhs: "%f %[^"]"' ) );
You have javascript disabled. You will not be able to edit any code.