RegExpImport Text files (*.txt);;All files (*) 文本文件 (*.txt);;所有文件 (*) Cannot read file %1 无法读取文件 %1 Enter the regular expression pattern. 请输入正则表达式模式。 Invalid pattern: %1 无效模式:%1 Requested capture index %1 is out of range. 请求的捕获索引 %1 超出范围。 <p>Requested capture group name '%1', but it's not defined in the pattern: <pre>%2</pre></p> <p>请求的捕获组名称 '%1' 未在该模式中定义:<pre>%2</pre></p> RegExpImportConfig Capture groups 捕获组 Treat all RegExp capture groups as columns 所有的正则表达式捕获组视作列 Import only following groups: 仅导入下列组: <p>Enter comma separated list of capture group indexes. The 0 index refers to the entire matched string.</p> <p>If you used named groups in the pattern, you can use names instead of indexes. You can mix indexes and names in this list.</p> <p>请输入以英文逗号分隔的捕获组索引序号列表。索引 0 表示匹配的整个字符串。</p> <p>如果在模式中使用了命名组,则此处可以使用名称而非索引序号。可以在此列表中混合使用索引序号和索引名称。</p> Example: 1, 3, 4 示例:1, 3, 4 Pattern: 模式: <p>Use Regular Expression groups to enclose parts of the expression that you want to import. If you want to use a group, that you don't want to import, then use "import only following groups" option below. You can use named groups and refer to them in group list below. To name a group use: <pre>(?&lt;myGroupName&gt;\s+\d+\s+)</pre></p> <p>使用正则表达式的捕获组来表示要导入的部分。如果包含不想导入的捕获组,使用下方的“仅导入下列组”选项。 您可以使用命名组特性并在下方的列表中引用。引用命名的捕获组:<pre>(?&lt;myGroupName&gt;\s+\d+\s+)</pre></p> Example: (\d+)\s+((\d+)\w+)\s+(\w+) 示例:(\d+)\s+((\d+)\w+)\s+(\w+)