Relative Content

Tag Archive for excelregexpowershellparsingtags

How do I manage regex options when parsing data between tags

In PowerShell I am trying to parse out data (either in quotes or between “> <“) in records found between every instance of tag1 (e.g. Like “AuditRecord AuditRecordID”) and tag2 (e.g. Like “/AuditRecord). The script to iterate with every file found in the directory that contains instances of said groupings.