Posts by Joeder Sousa • 1 point
2 posts
-
-1
votes1
answer40
viewsQ: preg_match to pick words between single quotes and remove blanks from the end of match[1] with the same Pattern is possible?
According to the strings below, using preg_match, I need a Pattern that is able to separate what is inside and outside of simple quotes and remove $match[1] blank spaces from the end of the string.…
-
0
votes1
answer42
viewsQ: Error in this PHP code generates null or empty strings
It’s my first time here. I’m having a problem with a code and I wanted help from someone to solve I took a javascript code and wanted to turn it into PHP, but when calling the function it does not…