0
In php how to remove whitespace without using trim function
anybody do it it's a good task
6 Respuestas
+ 1
Use regex replace.
https://code.sololearn.com/w65SpWE1ll68/?ref=app
+ 1
You saied without trim function
+ 1
Edit the title.
0
preg_replace is inbuilt function
0
without using in build function
0
in Java easy to do that but in php I can't find that type of solution