Regex: surround the term by '/'. | /([a-z])\w+([a-z])\n/ |
Set of terms: surround the list by '\'. | \[term1, term2, ...]\ |
- To set a custom matching threshold (defaut=50), append it at the end as a inner list '[thresh]'. | \[term1, term2, ..., [75]]\ |
Term | Added date | Day occurence | Week occurence | Month occurence | # tracked paste | Action | Notification E-Mails |
---|---|---|---|---|---|---|---|
{{ set }}
{% for tag in notificationTagsTermMapping[set] %}
{{ tag }}
{% endfor %}
{% if notificationTagsTermMapping[set] %}
|
{{ trackSet_list_values[loop.index0][3] }} | {{ trackSet_list_values[loop.index0][0] }} | {{ trackSet_list_values[loop.index0][1] }} | {{ trackSet_list_values[loop.index0][2] }} | {{ trackSet_list_num_of_paste[loop.index0] }} |
|
{% for email in notificationEMailTermMapping[set] %}
{% endfor %} |
{{ regex }}
{% for tag in notificationTagsTermMapping[regex] %}
{{ tag }}
{% endfor %}
{% if notificationTagsTermMapping[regex] %}
|
{{ trackReg_list_values[loop.index0][3] }} | {{ trackReg_list_values[loop.index0][0] }} | {{ trackReg_list_values[loop.index0][1] }} | {{ trackReg_list_values[loop.index0][2] }} | {{ trackReg_list_num_of_paste[loop.index0] }} |
|
{% for email in notificationEMailTermMapping[regex] %}
{% endfor %} |
{{ term }}
{% for tag in notificationTagsTermMapping[term] %}
{{ tag }}
{% endfor %}
{% if notificationTagsTermMapping[term] %}
|
{{ track_list_values[loop.index0][3] }} | {{ track_list_values[loop.index0][0] }} | {{ track_list_values[loop.index0][1] }} | {{ track_list_values[loop.index0][2] }} | {{ track_list_num_of_paste[loop.index0] }} |
|
{% for email in notificationEMailTermMapping[term] %}
{% endfor %} |
Term | Added date | Action |
---|---|---|
{{ term }} | {{ date }} |
|