cancel
Showing results for 
Search instead for 
Did you mean: 
stephencooke
Mission Specialist
Mission Specialist
  • 216 Views

Table 3.2. Table of Metacharacters and Matches

I have noticed what could be a mistake on the course

Table 3.2. Table of Metacharacters and Matches

Pattern 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

1 Reply
Chetan_Tiwary_
Community Manager
Community Manager
  • 212 Views

@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. 

0 Kudos
Join the discussion
You must log in to join this conversation.