{% extends "popup.html"%} {% load noctags %} {% block content %}

Test regular expression

Expression:
Paste test string:
{% if value %} {{status|bool_icon}} {%if status%}Matched{%else%}Not matched{% endif%}
{% if vars %} {% for k, v in vars.items %} {% endfor %}
{{k}}:{{v}}
{% endif %} {% if not status %}
Longest matched RE{{longest_matched_re}}
Longest matched string{{longest_matched}}
{% endif %} {% endif %}
{% if to_reload %} {% endif %} {% endblock %}