Название: The Smartest Way to Learn Python Regex: Learn the Best-Kept Productivity Secret of Code Masters
Автор: Christian Mayer, Lukas Rieger, Zohaib Riaz
Издательство: Leanpub
Год: April 13, 2020
Страниц: 245
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB
A regular expression, also referred to as “regex” or “regexp” for short, is basically a string that defines a search pattern. In comparison to the usual “exact” search-strings, regexes are highly flexible and can trivially accommodate in-exact and imprecise search patterns. At the same time, they are very powerful in that they allow you to perform searches for complex patterns that otherwise would take significant, often iterative effort when using exact search-strings. Google engineers are regular expression masters. Do you want to become one, too? The Smartest Way to Learn Python Regex transforms you into a regular expression master Google engineers are regular expression masters. Why? Because the Google search engine is a massive text-processing engine that extracts value from trillions of webpages.