我有两个标准,ISO 和 STIG。我正在尝试根据通用文本将 ISO 政策与 STIG 政策相匹配。ISO 文档中的文本位于其自己的单元格中。STIG 中的文本隐藏在段落中。
示例 ISO 文档:
|3.1.1.1 | Enforce Password History <random number of spaces> | etc...
示例 STIG
|v-1234 | <random text> enforce password history <more text> | etc..
期望的结果
|3.1.1.1 | v-1234 | Enforce Password History | etc...
谢谢!!