Fix bad example

This commit is contained in:
dgtlmoon
2024-09-10 12:32:07 +02:00
parent 34e684eb37
commit 7289e4e193
+1 -1
View File
@@ -397,7 +397,7 @@ Unavailable") }}
</fieldset>
<fieldset>
<div class="pure-control-group">
{{ render_field(form.extract_text, rows=5, placeholder="\d+ online") }}
{{ render_field(form.extract_text, rows=5, placeholder="Example: /\d+ online/") }}
<span class="pure-form-message-inline">
<ul>
<li>Extracts text in the final output (line by line) after other filters using regular expressions or string match;