regular expression

You can use ^ to match beginning-of-line, and $ to

-2 points

You can use ^ to match beginning-of-line, and $ to match end-of-line, thus the regular expression ^$ would match an empty line/string.

Anonymous's picture
Created by Anonymous