Comment on page
IGNORE_NAME
IGNORE_NAME(a)
is the same as IGNORE(a, "*", "*")
.IGNORE_NAME(a, b)
is the same as IGNORE(a, b, "*")
.Last modified 1mo ago
IGNORE_NAME(a)
is the same as IGNORE(a, "*", "*")
.IGNORE_NAME(a, b)
is the same as IGNORE(a, b, "*")
.