Posts by Marcio Souza • 65 points
3 posts
-
2
votes1
answer542
viewsQ: Regular Expression to separate Substring from String
I have the following sentence: "SUZANO ZANO ZMES ZDIA ZANO_MES" and I need to remove from it only "ZANO ZMES ZDIA", recalling that the ZANO of SUZANO and of ZANO_MES cannot be related. I used the…
-
1
votes3
answers228
viewsA: Delete automated files
Here to work I changed the date format to : $dateFormat = "Y-m-d";
-
3
votes1
answer438
viewsQ: How to validate a numerical expression with a regular expression?
I need within my application in PHP7 to validate a numerical expression with a regular expression, the case is that I almost succeeded but I ran into a problem. Non-significant zeros within the…