About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
RPeraltaJr
11/7/2017 - 4:12 PM
share
Share
add_circle_outline
Save
Remove comma if string ends with a comma ','
index.php
content_copy
file_download
<?php $sub_category = rtrim($sub_category,','); // remove comma if string ends with a comma ',' ?>
clear