I have noticed what could be a mistake on the course
Table 3.2. Table of Metacharacters and Matches
* | Any string of zero or more characters |
? | Any single character |
[abc…] | Any one character in the enclosed class (between the square brackets) |
[!abc…] | Any one character not in the enclosed class |
[^abc…] | Any one character not in the enclosed class |
the last one listed is claiming to the NOT operator. I dont not think this is correct ^ normally means begins with
is this a mistake on the course or my missunderstanding and this ^ also means not in this instance
@stephencooke Thanks for reporting this issue. I guess this is from v 9.3 course.
I would also like to inform that this issue is already identified and a fix is in place. It will be released soon.
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.