In this tutorial, You will learn how to remove the first and last characters from a string in PHP by using substr, trim and preg_replace. How to Remove First and Last Character from Strings in PHP? Here are some methods:
Read More PHP Remove First and Last Character from String Example