language: PHP (php 5.4.4)
date: 838 days 11 hours ago
link:
visibility: public
1
2
3
4
5
6
7
<?php
$title = 'start Rica\'s 5-1/8" another 7" here ""Week" 5\' again 7\' last \'clean\' again \'hello\' Mark\'s end';
 
echo $title."\n";
$title = preg_replace(array("/(\d+)'/","/(\d+)\"/",'/"/',"/'(?!s)/"),array('\1 foot','\1 inches','',''),$title);                                                                   
echo $title."\n";