I have an input string. Format is below:
This;is;my;long;string
Any fast solution (a lot of strings) to get this output string using PHP:
This;is;my;long
I need to remove this appendix: ;string
- I don’t know the length of appendix: ;any letters here.
Thanks!
1 Answer