Skip to content

Instantly share code, notes, and snippets.

@SebDeclercq
Created November 3, 2014 14:26
Show Gist options
  • Save SebDeclercq/1097cf72cd543ddc0da9 to your computer and use it in GitHub Desktop.
Save SebDeclercq/1097cf72cd543ddc0da9 to your computer and use it in GitHub Desktop.
use strict;
use warnings;
while (<DATA>) {
next unless s/\bcei\b/iec/i;
tr/a-z/A-Z/;
print;
}
__DATA__
la ceinture
CEI 1212:2014
cei/ts 555:1998
enceinte
iso/cei dis 7788-9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment