Find Tags in Word Document

Hi,

We are using Aspose Words dll, we are trying to get the all string values which are present in between the Symbols < and > in the word document in C#

For Example, We need get the all string Tags from below Paragraph,

This is a regular paragraph with the default style of Normal. This is a regular paragraph with the default style of Normal.<Tag1>This is a regular paragraph with the default <TestCode> style of Normal. This is a regular <Normal> paragraph with the default style of Normal. This is a regular paragraph with the default style of <Group> Normal.

Expected Output is :
<Tag1>
<TestCode>
<Normal>
<Group>

Please help to get the result using aspose,

Thanks and Regards,
Syed.

@Syedvalgen

You can achieve your requirement using find and replace feature of Aspose.Words. Please read the following article for more detail.