|
|
|
@ -398,7 +398,9 @@ 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="/\d+ online/
|
|
|
|
|
or
|
|
|
|
|
keyword") }}
|
|
|
|
|
<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;
|
|
|
|
|