{% extends 'base.html' %} {% from '_helpers.html' import render_field, render_checkbox_field, render_button %} {% block content %}
{{ _('This tool will extract text data from all of the watch history.') }}
{{ _('For example, to extract only the numbers from text') }} ‐ {{ _('Raw text') }}: Temperature 5.5°C in Sydney {{ _('RegEx to extract:') }} Temperature ([0-9\.]+)
Temperature 5.5°C in Sydney
Temperature ([0-9\.]+)
{{ _('Be sure to test your RegEx here.') }}
{{ _('Each RegEx group bracket') }} () {{ _('will be in its own column, the first column value is always the date.') }}
()