FindReplaceOptions optionsWhile = new FindReplaceOptions();
optionsWhile.setReplacingCallback(new ReplaceHandler());
WordDoc.getRange().replace(Pattern.compile("[tag(.+?)](.+?)[/tag]"), "", optionsWhile);
in ReplaceHand…...Contains the End of Matched String (Java) | Find and Replace Keywords...following code of Aspose.Words for Java: Document doc = new Document("C:\\temp\\find...