mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-05-29 09:10:32 +00:00
pmg-bibliography.adoc: add Mastering Regular Expressions
This commit is contained in:
parent
99fd4bd402
commit
0601bef2d4
@ -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.
|
||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user