Received June 16, 1999
Abstract Based on the sequence analysis of 5.8S subunit and internal transcribed spacers (ITS )
of ribosomal RNA gene (rDNA), the molecular phylogenetic tree of representative species of Pipizini and three groups of Syrphidae with different feeding habits (seven species belong to six genera)
was constructed. Meanwhile, the phylogenetic tree of tribes (including Pipizini and other 17 tribes of
Syrphidae) was constructed using morphological characteristics of adults and larvae and the number of chromosomes. Both the results show that the relationship between Pipizini and predatory
groups is closer than that between Pipizini and saprophagous groups. So it is suggested that
Pipizini be transferred from Milesiinae to Syrphinae.
Keywords: rDNA, molecular phylogeny, cladistics, Syrphidae, Pipizini, phylogenetic position.
bla bla next section etc...
{% regex_search "((0[1-9]|[12]\d|3[01]).(0[1-9]|1[0-2]).[12]\d{3})" document.ocr_content|join:"" ignorecase=True as m %}
{{ m.0 }}
the m.0 returns the whole result. If you want to have the different capture groups, then you can address them via m.1, m.2 ...and so on.
these python docs helped me: https://docs.python.org/3/library/re.html#match-objects