| Sign | Summary | Description | Notes |
|---|---|---|---|
| * | All | Represents all. | |
| % | Any | Represents zero or more characters. | Analogous with asterisk. |
| __ | One | Represents a single character. |
| Sign | Summary | Description | Notes |
|---|---|---|---|
| * | All | Represents all. | |
| % | Any | Represents zero or more characters. | Analogous with asterisk. |
| __ | One | Represents a single character. |