From c97368b211102f8322995a4ed85f3820c8f1c840 Mon Sep 17 00:00:00 2001 From: ComfyUI Wiki Date: Mon, 25 May 2026 18:17:26 +0800 Subject: [PATCH] Update regex rule --- blueprints/Select Per-Line Text by Index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints/Select Per-Line Text by Index.json b/blueprints/Select Per-Line Text by Index.json index 930b6a325..8a4020d50 100644 --- a/blueprints/Select Per-Line Text by Index.json +++ b/blueprints/Select Per-Line Text by Index.json @@ -415,7 +415,7 @@ } }, "widgets_values": [ - "(?:[^\\n]*\\n){index}([^\\n]+)", + "^(?:[^\\n]*\\n){index}([^\\n]*)(?:\\n|$)", "index", "" ]