- or download this
use strict;
use warnings;
...
doSep();
print qq{ After: $string\n};
- or download this
Before: <x1>[x2]{x3}(x4)
----------------------------------------
...
Match 6: left }, right (
----------------------------------------
After: <x1>+[x2]+{x3}+(x4)
- or download this
use strict;
use warnings;
...
doSep();
print qq{ After: $string\n};
- or download this
Before: <x1>[x2]{x3}(x4)
----------------------------------------
...
Match 3: left }, right (
----------------------------------------
After: <x1>+[x2]+{x3}+(x4)