Skip to content
zhaber edited this page Aug 1, 2012 · 1 revision

For better readability, a rule can span across multiple lines:

id trim >> ... >>
   splitTags >> maxLength(10)

To conform to Groovy syntax, while splitting make sure that the last token in each line is an operator.