How to remove the last character from a string in PHP
How do you remove the last character from a string in PHP? Most web developers face it at one time or another; It can be a white space, a trailing slash in a HTTP URL, the last comma in a comma-separated list, or even a new line characters (\n).
✋ U...
lavary.hashnode.dev5 min read