Data Update
This commit is contained in:
parent
015c2add84
commit
e50b5c3114
206 changed files with 6337 additions and 523 deletions
|
|
@ -1,5 +1,4 @@
|
|||
use Regexp::Common 'balanced';
|
||||
my $re = qr/^$RE{balanced}{-parens=>'[]'}$/;
|
||||
use Regexp::Common 'RE_balanced';
|
||||
sub balanced {
|
||||
return shift =~ $re;
|
||||
return shift =~ RE_balanced(-parens=>'[]')
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue