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;組名&gt;\s+\d+\s+)</pre></p> Example: (\d+)\s+((\d+)\w+)\s+(\w+) 示例:(\d+)\s+((\d+)\w+)\s+(\w+)