Hello,
I am using Aspose Words for Java version 24.6.
I am extracting all the tags defined in a Word template. Then, I process them to check if the expressions used in the tags are valid as per model rules.
To do so, …...PARAGRAPH, true); final Map<String, List<String>> result...extractedTags = matcher.results().map(MatchResult::group).toList();...