aplpolaris / promptfx

Kotlin LLM Prompts and User Interface
Apache License 2.0
18 stars 1 forks source link

[feat] PromptScriptView - regex filtering should find match, not require whole match #228

Closed triathematician closed 5 months ago

triathematician commented 5 months ago

Line 318 becomes:

                    return { regex.find(it) != null }