]> matita.cs.unibo.it Git - helm.git/blob - helm/interface/toglie_helm_xref.pl
does_not_occur now handles LetIn correctly (i.e. raising an exception
[helm.git] / helm / interface / toglie_helm_xref.pl
1 #!/usr/bin/perl
2
3 while(<STDIN>)
4 {
5   s/helm:xref="[^"]*"//g;
6   s/helm:xref='[^']*'//g;
7   print;
8 }