- or download this
#! /usr/local/bin/perl -w
use Regexp::Assemble;
...
'Error 123 on SystemC file not found error'
);
print $ra->re;
- or download this
(?-xism:Error 123 on System[ABC] file not found error)
- or download this
#! /usr/local/bin/perl -w
use Regexp::Assemble;
...
'Error 124 on User3:FileC no space left'
);
print $ra->re;
- or download this
(?-xism:Error 124 on User(?:1:FileA|2:FileB|3:FileC) no space left)