55565758596061
/** * Factory method for <code>contains</code> expression. * @param text the text that should be contained. */ public ContainsExpression contains(String text) { return new ContainsExpression(text); }