• unix_match('1name[^].txt', '1name[^].txt')

Question related to mission Unix Match. Part 2

 

Hello

please explain, what should be the result for the following example

unix_match('1name[^].txt', '1name[^].txt')

In my understanding: TRUE, but almost all offered algorithms show FALSE. Is it correct?