Posts by Bruno Freitas • 31 points
1 post
-
3
votes2
answers343
viewsQ: Adding strings from a regular expression
Good evening, I would like to find a way to add two strings within a regular expression using php. Ex: $texto = " |5,00|7,00|| |10,00|2,00|| |3,00|30,00||"; ...('/\|(.*)\|(.*)\|/',…