Implement special functions: - is_true() - is_false() - is_equal(str) - is_different(str) - contains(str) - not_contains(str) - match(str) - not_match(str)
Implement special functions: