Regex Quick Syntax Reference Understanding and Using Regular Expressions /

This quick guide to regular expressions is a condensed code and syntax reference for an important programming technique. Using JavaScript and Perl 6 code, it demonstrates regex syntax in a well-organized format that can be used as a handy reference. The Regex Quick Syntax Reference features short, f...

Celý popis

Uloženo v:
Podrobná bibliografie
Hlavní autor: Nagy, Zsolt (Autor)
Médium: Elektronický zdroj E-kniha
Jazyk:angličtina
Vydáno: Berkeley, CA : Apress, 2018.
Vydání:1st ed. 2018.
Témata:
ISBN:9781484238769
On-line přístup: Získat plný text
Tagy: Přidat tag
Žádné tagy, Buďte první, kdo vytvoří štítek k tomuto záznamu!
Obsah:
  • 1. An Introduction to Regular Expressions
  • 2. Regex Syntax 101
  • 3. Executing Regular Expressions
  • 4. Visualizing Regex Execution using Finite State Machines
  • 5. Repeat modifiers
  • 6. Character Sets and Character Classes
  • 7. Substring Extraction from Regular Expressions
  • 8. Lookahead and Lookbehind
  • 9. Maintaining Regular Expressions
  • 10. Optimizing regular expressions
  • 11. Parsing HTML Code and URL Query Strings with Regular Expressions
  • Afterword: This is not the end, but the beginning.