Details
-
Bug
-
Resolution: Fixed
-
Major
-
7.4-milestone-1
-
None
Description
The following shows the problem:
{{velocity}} #set ($statement = 'one :two three (:four) five :six seven=:eight') #foreach ($item in $regextool.find($statement, ':(\w+)')) * $item.getGroup() , $item.getStart() , $item.getEnd() #end {{/velocity}}
The output is:
* :two , 4 , 8 * two , 5 , 8
Attachments
Issue Links
- blocks
-
XWIKI-12847 Error in Document Tree with finder
- Closed