Regular Expressions
Pattern Filtering

  • Perl enables you to apply a regular expression pattern to a target string in order to filter or modify its contents

  • Basic pattern filtering capabilities include

    • Substitution - Searching for a pattern and replacing the result

    • Transposition - Searching for a pattern and mapping the result

    • Grep - Global Regular Expression Processing