I have a php code as shown below:
$variable = \\CTIME\\DataPoint\\get_message(); // Line A echo \'\'; print_r($variable); echo \
\'; print_r($variable); echo \
If your string always contains Hello and Aujourd hui, use this regex workaround - notice the u flag that makes it multibyte compatible to match the dash and quote characters with a dot.
u
https://3v4l.org/Xe0Rg