Anyone handy with regular expressions?..
I'm running the following RegEx:
<body>.*</body>
On the following text:
<text>initial text</text>
<comment>
<user>
6
</user>
<date>
635277984371174139
</date>
<body>
Recorded clinical data: 0132.00 Managing director dawd
</body>
</comment>
<comment>
<user>
6
</user>
<date>
635277984559612059
</date>
<body>
Recorded clinical data: 0132.00 Managing director ii
</body>
</comment>
<comment>
<type>
Completed
</type>
<user>
6
</user>
<date>
635277984668163579
</date>
<body>
kkk
</body>
</comment>
However, this only results in one match...I would expect 3 matches..does anyone have any idea why?