I need to remove the v.
from the vairable how can i do that ?
$variable='v.vm_name,p.companyid';
Expected Output
$variable='vm_name,companyid';
how can i achive this using preg_match or preg_replace something.
The value will be dynamic something like this
$variable='b.vm_name,tt.companyid';