unix_match('1name[^].txt', '1name[^].txt')
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?
Created: July 6, 2021, 6:54 p.m.
Updated: July 9, 2021, 6:18 p.m.
0