Regex match two value from string php
Hi i am trying to match two value by regex two conditions, But not able to do. string is MorText "gets(183,);inc();" for="text">Sweet" Mo output trying is array [ 183, "Sweet" ] php regex code is preg_match_all('/gets((.*?),|>(.*?)"/', $string, $matches);