- or download this
#!/usr/bin/perl
#
...
"succeeded\n" :
"failed\n";
}
- or download this
Cont(ains balanced( nested Br(ack)ets )in t)he text
Match succeeded
...
ab(c)d)e
Match succeeded
- or download this
...
our $rxNest;
...
)
};
...
- or download this
...
if($string =~ /$rxNest/)
...
print " Match failed\n";
}
...
- or download this
...
our @memoList;
...
print " Match failed\n";
}
...
- or download this
Cont(ains balanced( nested Br(ack)ets )in t)he text
Match succeeded
(ack)
( nested Br(ack)ets )
(ains balanced( nested Br(ack)ets )in t)
- or download this
Con(tains i(mbalan(ced Br(ack)ets, )one c)lose missing
Match succeeded
...
(ack)
(ced Br(ack)ets, )
(mbalan(ced Br(ack)ets, )one c)
- or download this
#!/usr/bin/perl
#
...
print " Match failed\n";
}
}
- or download this
String: Cont(ains balanced( nested Br(ack)ets )in t)he text
Match succeeded
...
String: ab(c)d)e
Match failed
- or download this
#!/usr/bin/perl
#
...
print " Match failed\n";
}
}
- or download this
String: Cont(ains balanced( nested Br(ack)ets )in t)he text
Match failed
...
String: ab(c)d)e
Match failed