right in this second i came up with this:
<command\sid[^<>]*name="(.*?)"[^<>]*description="public(.*?)"
now i get what i want. your solution works the same while being way more beautiful
i also know and heavily use the regextool.
EDIT: it just works if i result.replace description="" with description="_" so match.1.1 and match 1.2 add up since i store it in seperate txts... but everything works now
i now try to also read the according phrase... and maybe commandgroup... but that seems to be superhard
is there somewhere the codesnippets responsible for creating the commandhelp.html? it basically needs the same functionality from what i am trying to achieve....