<?php $string = 'SELECT * FROM site_customers LEFT JOIN site_products'; $pattern = '/\bsite_[a-zA-Z]*/'; $replacement = '$0_02'; echo preg_replace($pattern, $replacement, $string);
You have javascript disabled. You will not be able to edit any code.