online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
<?php $re = '/(<a href=".*?)"(.*?)"(.*)/m'; $str = '<p style="abc" rel="blah blah"> Hello I am p </p> <a href="https://example.com/abc?name="xyz&123""></a>'; $subst = '$1\'$2\'$3'; $result = preg_replace($re, $subst, $str); echo $result;

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text
×

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue