Function checkExact [src]

Adds an exact match phrase to the latest created Check.

Prototype

pub fn checkExact(check_object: *CheckObject, phrase: []const u8) void

Parameters

check_object: *CheckObjectphrase: []const u8

Source

pub fn checkExact(check_object: *CheckObject, phrase: []const u8) void { check_object.checkExactInner(phrase, null); }