Write a regular expression that selects lines containing the pattern shell. For this exercise you must surround your solution with double quotes.
LANGUAGE: Java
CHALLENGE:
Write a regular expression that selects lines containing the pattern shell. For this exercise you must surround your solution with double quotes.
SOLUTION:
"^.*shell.*$"