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", "" ]