Created
November 3, 2014 14:26
-
-
Save SebDeclercq/1097cf72cd543ddc0da9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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