1) So insert id="split_here" there and use the split at multiple locations tool to split on tags with id="split_here"
2) There is no ?U operator in calibre's regex engine. If you want to match non greedily,a ll you need to do is, use: >(\w)(.*?)<
Note the position of the question mark.
|