pmg-bibliography.adoc: add Mastering Regular Expressions

This commit is contained in:
Dietmar Maurer 2018-01-11 11:59:48 +01:00
parent 99fd4bd402
commit 0601bef2d4
2 changed files with 7 additions and 0 deletions

View File

@ -42,6 +42,11 @@ endif::manvolnum[]
O'Reilly Media, 2007.
ISBN 978-0596529260
- [[[Friedl97]]] Jeffrey E. F. Friedl.
'Mastering Regular Expressions'.
O'Reilly & Associates, 2006.
ISBN 978-0596528126
- [[[Mauerer08]]] Wolfgang Mauerer.
'Professional Linux Kernel Architecture'.
John Wiley & Sons, 2008.

View File

@ -277,3 +277,5 @@ the period. This is used to match an arbitrary string of any length,
including the null string. For example: `.*company.*` matches
"company@domain.com" or "company@domain.co.uk" or
"department.company@domain.com".
The book xref:Friedl97[] provides a more comprehensive introduction.