KotiRyhmätKeskusteluLisääAjan henki
Etsi sivustolta
Tämä sivusto käyttää evästeitä palvelujen toimittamiseen, toiminnan parantamiseen, analytiikkaan ja (jos et ole kirjautunut sisään) mainostamiseen. Käyttämällä LibraryThingiä ilmaiset, että olet lukenut ja ymmärtänyt käyttöehdot ja yksityisyydensuojakäytännöt. Sivujen ja palveluiden käytön tulee olla näiden ehtojen ja käytäntöjen mukaista.

Tulokset Google Booksista

Pikkukuvaa napsauttamalla pääset Google Booksiin.

Mastering Regular Expressions Tekijä:…
Ladataan...

Mastering Regular Expressions (vuoden 2006 painos)

Tekijä: Jeffrey Friedl

JäseniäKirja-arvostelujaSuosituimmuussijaKeskimääräinen arvioMaininnat
1,648910,591 (4.24)3
Regular expressions are an extremely powerful tool for manipulating text and data. They are now standard features in a wide range of languages and popular tools, including Perl, Python, Ruby, Java, VB.NET and C# (and any language using the .NET Framework), PHP, and MySQL. If you don't use regular expressions yet, you will discover in this book a whole new world of mastery over your data. If you already use them, you'll appreciate this book's unprecedented detail and breadth of coverage. If you think you know all you need to know about regularexpressions, this book is a stunning e… (lisätietoja)
Jäsen:xenchu
Teoksen nimi:Mastering Regular Expressions
Kirjailijat:Jeffrey Friedl
Info:O'Reilly Media (2006), Paperback, 515 pages
Kokoelmat:Oma kirjasto
Arvio (tähdet):
Avainsanoja:non-fiction, cyber, programming language, regular expressions

Teostiedot

Mastering Regular Expressions (tekijä: Jeffrey E. F. Friedl)

-
Ladataan...

Kirjaudu LibraryThingiin nähdäksesi, pidätkö tästä kirjasta vai et.

Ei tämänhetkisiä Keskustelu-viestiketjuja tästä kirjasta.

» Katso myös 3 mainintaa

englanti (7)  italia (1)  venäjä (1)  Kaikki kielet (9)
Näyttää 1-5 (yhteensä 9) (seuraava | näytä kaikki)
Another one that I haven't finished, but which I have moved to reference. ( )
  claidheamdanns | Sep 26, 2023 |
Regular expressions, unless you’re a mathematician or a computer scientist, are fairly irregular things. What started as ways to write patterns to match strings of characters has grown out of control, especially with regexes (as they’re called) being a fundamental part of the Perl programming language.

Friedl presents here the most comprehensive covering of regexes that can possibly be put in bound book form. The first six chapters will give you everything you need to learn and hopefully understand regexes, while the latter chapters give you insight into language/framework-specific implementations of them (including Perl, Java, PHP and .NET).

Having dealt with regexes a lot in the past, this book did not wow or amaze me. It did, however, provide some useful tips for future regex writing. If you’re a regex newb, it would be greatly useful, especially if you’re planning on writing a lot of regexes. If you’re a seasoned veteran, it may be beneficial to skim this book, but by no means skip it, unless your name happens to be Jeffrey Friedl.

My only complaint with this book is that most of the .NET examples are in the abomination of a “programming language” called Visual Basic. Why such a language even still exists in beyond me. However, since VB is part of .NET, most of the examples can be trivially translated into more meaningful languages, such as C#.

I would highly recommend this book for anybody who dedicates any reasonable amount of time towards constructing regular expressions, as well as to anybody who spends an inordinate amount of time writing methods/functions/subroutines to handle complex (that is, more than “this string equals this string”) string matching. Regular expressions will save you countless hours, since somebody’s done all that heavy lifting for you already! ( )
2 ääni aethercowboy | Nov 12, 2010 |
Le Regular Expressions sono uno strumento potentissimo per manipolare in automatico testi di qualsiasi tipo. Un informatico per essere degno di questo nome deve sapere creare espressioni esoteriche del tipo (!*[aeiou]) per estrarre le informazioni desiderate in modo automatico, formattandole poi a piacimento in campi. Il libro spiega la grammatica di base e con numerosi esempi aiuta a capire l'utilità e il funzionamento delle regex. ( )
1 ääni supersidvicious | Nov 4, 2010 |
Good book, and thorough. ( )
  dbday | Oct 11, 2009 |
THE reference for regular expressions! ( )
  lucas7dingen | Mar 30, 2009 |
Näyttää 1-5 (yhteensä 9) (seuraava | näytä kaikki)
"The author is clearly passionate about regexes, and wants you to squeeze the most out of every regex you write"; the third edition is "[i]ndispensable for text processing wizards and regex newcomers alike. 9/10"
lisäsi legallypuzzled | muokkaaLinux Format, Paul Hudson (Feb 1, 2007)
 
Sinun täytyy kirjautua sisään voidaksesi muokata Yhteistä tietoa
Katso lisäohjeita Common Knowledge -sivuilta (englanniksi).
Teoksen kanoninen nimi
Tiedot englanninkielisestä Yhteisestä tiedosta. Muokkaa kotoistaaksesi se omalle kielellesi.
Alkuteoksen nimi
Teoksen muut nimet
Alkuperäinen julkaisuvuosi
Henkilöt/hahmot
Tärkeät paikat
Tärkeät tapahtumat
Kirjaan liittyvät elokuvat
Epigrafi (motto tai mietelause kirjan alussa)
Omistuskirjoitus
Tiedot englanninkielisestä Yhteisestä tiedosta. Muokkaa kotoistaaksesi se omalle kielellesi.
FOR 文枝 Fumie
For putting up with me.
And for the years I worked on this book,
for putting up without me.
Ensimmäiset sanat
Tiedot englanninkielisestä Yhteisestä tiedosta. Muokkaa kotoistaaksesi se omalle kielellesi.
Here's the scenario: your boss in the documentation department wants a tool to check for doubled words (such as "this this"), a common problem with documents subject to heavy editing.
Sitaatit
Viimeiset sanat
Tiedot englanninkielisestä Yhteisestä tiedosta. Muokkaa kotoistaaksesi se omalle kielellesi.
(Napsauta nähdäksesi. Varoitus: voi sisältää juonipaljastuksia)
Erotteluhuomautus
Julkaisutoimittajat
Kirjan kehujat
Alkuteoksen kieli
Kanoninen DDC/MDS
Kanoninen LCC

Viittaukset tähän teokseen muissa lähteissä.

Englanninkielinen Wikipedia (1)

Regular expressions are an extremely powerful tool for manipulating text and data. They are now standard features in a wide range of languages and popular tools, including Perl, Python, Ruby, Java, VB.NET and C# (and any language using the .NET Framework), PHP, and MySQL. If you don't use regular expressions yet, you will discover in this book a whole new world of mastery over your data. If you already use them, you'll appreciate this book's unprecedented detail and breadth of coverage. If you think you know all you need to know about regularexpressions, this book is a stunning e

Kirjastojen kuvailuja ei löytynyt.

Kirjan kuvailu
Yhteenveto haiku-muodossa

Current Discussions

-

Suosituimmat kansikuvat

Pikalinkit

Arvio (tähdet)

Keskiarvo: (4.24)
0.5
1 2
1.5
2 4
2.5
3 28
3.5 1
4 94
4.5 10
5 94

Oletko sinä tämä henkilö?

Tule LibraryThing-kirjailijaksi.

O'Reilly Media

O'Reilly Media on julkaissut painoksen tästä kirjasta.

» Kustantajan sivusto

 

Lisätietoja | Ota yhteyttä | LibraryThing.com | Yksityisyyden suoja / Käyttöehdot | Apua/FAQ | Blogi | Kauppa | APIs | TinyCat | Perintökirjastot | Varhaiset kirja-arvostelijat | Yleistieto | 203,227,729 kirjaa! | Yläpalkki: Aina näkyvissä