in regex-parser/src/jetbrains/teamcity/util/regex/RegexPattern.java [146:148]
public Object fromString(final String s) { return Pattern.compile(s); }