Good evening, I would like to find a way to add two strings inside a regular expression using php . Ex:
$texto = "
|5,00|7,00||
|10,00|2,00||
|3,00|30,00||";
...('/\|(.*)\|(.*)\|/', '|$1|$2|[X=$1+$2]', $texto);
I've been searching, bu...
asked by
21.12.2017 / 03:53