Answers for "trim inverted comma php"

PHP
2

trim comma from variable in php

rtrim($my_string,',');
Posted by: Guest on October-22-2020
0

remove behind comma php

$print=preg_replace('/^([^,]*).*$/', '$1', $print);
Posted by: Guest on March-30-2020

Browse Popular Code Answers by Language