|
|
@ -378,7 +378,7 @@ Unavailable") }}
|
|
|
|
{{ render_field(form.extract_text, rows=5, placeholder="\d+ online") }}
|
|
|
|
{{ render_field(form.extract_text, rows=5, placeholder="\d+ online") }}
|
|
|
|
<span class="pure-form-message-inline">
|
|
|
|
<span class="pure-form-message-inline">
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<li>Extracts text in the final output (line by line) after other filters using regular expressions;
|
|
|
|
<li>Extracts text in the final output (line by line) after other filters using regular expressions or string match;
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<li>Regular expression ‐ example <code>/reports.+?2022/i</code></li>
|
|
|
|
<li>Regular expression ‐ example <code>/reports.+?2022/i</code></li>
|
|
|
|
<li>Don't forget to consider the white-space at the start of a line <code>/.+?reports.+?2022/i</code></li>
|
|
|
|
<li>Don't forget to consider the white-space at the start of a line <code>/.+?reports.+?2022/i</code></li>
|
|
|
|