Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

removed spacel caracter using php

<?php
$string = "DelftStack is a best platform.....";
echo "Output:  " . rtrim($string, ".");
?>
  Output: DelftStack is a best platform
Source by www.delftstack.com #
 
PREVIOUS NEXT
Tagged: #removed #spacel #caracter #php
ADD COMMENT
Topic
Name
8+6 =