SLIDE 1
Mr. Data Converter Sets up classes Formatted Caveat: it requires - - PowerPoint PPT Presentation
Mr. Data Converter Sets up classes Formatted Caveat: it requires - - PowerPoint PPT Presentation
Mr. Data Converter Sets up classes Formatted Caveat: it requires that there be a value in the upper left cell Find/Replace is your friend Resources page on website Regular Expressions Komodo Primer Python (what
SLIDE 2
SLIDE 3
Find/Replace is your friend Resources page on website Regular Expressions
› Komodo Primer › Python (what Komodo uses) › Notes
SLIDE 4
allow you to match other than an exact
string
Key capabilities
› \w any alphanumeric › \s any space (including across lines) › [] any of the enclosed › + 1 or more › * 0 or more
SLIDE 5