Grammar
Matcher | Description |
---|---|
| enum value matcher. See: Enum |
| JSON matcher. See: JSON Objects |
| JSON array matcher.See: JSON Arrays |
| JSON value matcher. See: JSON Values |
| Key-value pair matcher. See: Key-Value Pairs |
| Array matcher. See: Array |
| Structure matcher. See: Structure |
| Multiline data matcher. See: Lines and Strings |
| Line data matcher. See: Lines and Strings |
| Alternatives group. See: Alternatives Group |
| Sequence group. See: Sequence Group |
| Matches Line Feed character. See: Lines and Strings |
| Matches Line Feed, Carriage Return characters. See: Lines and Strings |
| Matches single Carriage Return character. See: Lines and Strings |
| Matches uppercase characters. See: Lines and Strings |
| Matches lowercase characters. See: Lines and Strings |
| Matches alphabetic characters |
| Matches digits. See: Lines and Strings |
| Matches digits in hexadecimal notation. See: Lines and Strings |
| Matches alphanumeric characters |
| Matches punctuation and symbol characters. See: Lines and Strings |
| Matches space and tab characters. See: Lines and Strings |
| Matches whitespace characters. See: Lines and Strings |
| Matches all characters except whitespace. See: Lines and Strings |
| Matches visible characters. See: Lines and Strings |
| Matches printable characters. See: Lines and Strings |
| Matches words. See: Lines and Strings |
| Matches all ASCII characters. See: Lines and Strings |
| Matches control characters. See: Lines and Strings |
| Matches time and date. See: Time and Date |
| Matches timestamp in the form of |
| Matches timestamp in the form of |
| Matches timestamp in the form of |
| Matches case insensitive strings |
| Matches floating point numbers. See: Numeric Data |
| Matches floating point numbers with separator comma. See: Numeric Data |
| Matches floating point numbers. See: Numeric Data |
| Matches floating point numbers with separator comma. See: Numeric Data |
| Matches integral numbers. See: Numeric Data |
| Matches integral numbers in hexadecimal notation. See: Numeric Data |
| Matches integral numbers. See: Numeric Data |
| Matches integral numbers in hexadecimal notation. See: Numeric Data |
| Matches valid credit card numbers. See: Credit Card Data |
| Matches IPv4 and IPV6 addresses. See: Network Data |
| Matches IPv4 addresses. See: Network Data |
| Matches IPv6 address. See: Network Data |
| Matches single or double quoted strings and … ? |
| Matches single quoted string. See: Lines and Strings |
| Matches double quoted string. See: Lines and Strings |
| Matches single quoted string with csv escaping. See: Lines and Strings |
| Matches double quoted string with csv escaping. See: Lines and Strings |
| Look behind. See: Modifiers |
| Look ahead. See: Modifiers |
| Negative look behind. See: Modifiers |
| Negative look ahead. See: Modifiers |