protected String getDescription()

in regex-parser/src/jetbrains/teamcity/util/regex/RegexPattern.java [82:84]


  protected String getDescription(@NotNull final Matcher matcher) {
    return parseStr(matcher, myDescriptionExpression);
  }