On Thursday, 25 January 2018 18.07.12 CET Dave wrote: > I'm trying to find a list of all regex characters Ansible uses in its > definitions. > > For example, the in the files module, the blockinfile definition has an > insertafter parameter that accepts *regex* instead of 'EOF' but I don't see > what type of regex is available or employed for word matching or > substitution or how its defined.
It's Python https://docs.python.org/2/library/re.html -- Kai Stian Olstad -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/3028779.A7AxL68zHH%40x1. For more options, visit https://groups.google.com/d/optout.
