Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Formatting was changed.

...

ОператорОписаниеТип совпадения
matchesсовпаденияMatches the field against a regular expressionRegular Expression Match
does not matchне совпадаетNegative regular expression matchRegular Expression Match
containsсодержитWhether or not field contains the matching stringString Match
does not containне содержитWhether ir not field does not contain the matching stringString Match
isравноTest whether the field is exactly equivalentString Match
isn'tне равноTest whether the field is not exactly equivalentString Match
begins withначинается сWhether field starts with the specified valueString Match
ends withзаканчивается наWhether field ends with the specified valueString Match
less thanменьше чемMatch if the field less than a numeric valueNumeric Match
greater thanбольше чемMatch if the field is greater than a numeric valueNumeric Match