This website uses cookies to ensure you get the best experience on our website. Privacy Policy OK

Searching and Regular Expressions in Linux

You'll be introduced to switching within text files and using regular expressions.

TBaeten
By
Created Date 05.05.15
Last Updated 05.05.15
Viewed 101 Times
Your browser doesn't support HTML5. System.Collections.Generic.List`1[System.String] System.Collections.Generic.List`1[System.String]
submit to reddit
151

Create multiple-choice games on Wisc-Online and play them on our Chakalaka mobile app!

But that's not all! Explore educational games created by others. Simply search by category or enter agame code number and dive into a world of learning and fun.

Download the Chakalaka mobile app here:
Topics of this game:
  • _____ tools are commands that search for and manipulate text.
  • __________ are text wildcards that search for specific text by matching patterns of text within a document.
  • Wildcard metacharacters are interpreted by ______.
  • Unlike wildcard metacharacters that are interpreted by the shell, regular expressions are interpreted by ________.
  • Which regular expression matches 0 or more occurrences of the previous character?
  • Which extended, regular expression matches 0 or 1 occurrences of the previous character?
  • Which extended, regular expression matches 1 or more occurrences of the previous character?
  • Which regular expression matches 1 character of any type?
  • Which regular expression matches the previous character only if it's the last character on the line?

User comments are currently unavailable. We apologize for the inconvenience and are working to restore this feature as soon as possible.