<?php $string = "DelftStack is a best platform....."; echo "Output: " . rtrim($string, "."); ?> Output: DelftStack is a best platform