Answered You can hire a professional tutor to get the answer.
Please write the one-line regular expression (regex) for the following requests to suit grep: Lines that contain both ab126 and ab127.
You may assume that all of the whitespace in the line consists of space characters (no
tabs). You may also assume that varname will not be a C keyword (i.e., you do not have to try to check for this with your regular expression).