| | Name | Description |
|---|
 | IChar(Char) |
Matches the specified character literal case-insensitively.
|
 | IChar(String) |
Matches the specified string literal case-insensitively.
|
 | IChar(Char, Char) |
Matches the specified two-character literal case-insensitively.
|
 | IChar(Char, Char, Char) |
Matches the specified three-character literal case-insensitively.
|
 | IChar(Char, Char, Char, Char) |
Matches the specified four-character literal case-insensitively.
|
 | IChar(Char, Char, Char, Char, Char) |
Matches the specified five-character literal case-insensitively.
|
 | IChar(Char, Char, Char, Char, Char, Char) |
Matches the specified six-character literal case-insensitively.
|
 | IChar(Char, Char, Char, Char, Char, Char, Char) |
Matches the specified seven-character literal case-insensitively.
|