fork(1) download
  1. <?php
  2. preg_match('/([A-z ]+)\s(\d{3}).(\d{2})\sR(\d\w+)\s(\d+)([A-zА-я])\s(.+)/', 'Michelin 235/60 R16 100Т LATITUDE X-ICE NORTH', $matches);
  3. print_r($matches);
  4. ?>
Success #stdin #stdout 0.01s 20520KB
stdin
Standard input is empty
stdout
Array
(
)