<?xml version="1.0" encoding="UTF-8"?>
<mods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.1" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
  <titleInfo>
    <title>Mastering regular expressions</title>
  </titleInfo>
  <name type="personal">
    <namePart>Friedl, Jeffrey E. F</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
  </name>
  <typeOfResource>text</typeOfResource>
  <originInfo>
    <place>
      <placeTerm type="text">Sebastapol, CA</placeTerm>
    </place>
    <publisher>O'Reilly</publisher>
    <dateIssued>2006</dateIssued>
    <edition>3rd ed</edition>
    <issuance>monographic</issuance>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
  </language>
  <physicalDescription>
    <extent>xxiv, 515 p ill 23 cm</extent>
  </physicalDescription>
  <abstract>A regular expression (regex) is a pattern that describes a set of strings. Regular expressions are used for advanced context-sensitive searches (e.g. parsing data streams, data mining) and text modifications. They can be found in many advanced editors (e.g. vi, Emacs), in parser programs (e.g. grep) and in languages (e.g. Perl), mostly in a UNIX environment. This book is the standard work on regexes</abstract>
  <note type="statement of responsibility">Jeffrey E.F. Friedl</note>
  <note>Previous ed.: 2002</note>
  <note>Includes index</note>
  <subject authority="lcsh">
    <topic>Text processing (Computer science)</topic>
  </subject>
  <subject authority="lcsh">
    <topic>Perl (Computer program language)</topic>
  </subject>
  <subject authority="lcsh">
    <topic>Computer programming</topic>
  </subject>
  <subject authority="larpcal">
    <topic>TEORIA DOS AUTÔMATOS</topic>
  </subject>
  <subject authority="larpcal">
    <topic>EXPRESSÕES REGULARES</topic>
  </subject>
  <classification authority="lcc">QA76.9.T48 F75 2006</classification>
  <classification authority="ddc">005.711 F95</classification>
  <identifier type="isbn">0596528124 (pbk.)</identifier>
  <identifier type="isbn">9780596528126 (pbk.)</identifier>
  <identifier type="lccn">2007272426</identifier>
  <recordInfo>
    <recordContentSource authority="marcorg">IAY</recordContentSource>
    <recordChangeDate encoding="iso8601">20260401173026.0</recordChangeDate>
    <recordIdentifier source="OSt">16579</recordIdentifier>
  </recordInfo>
</mods>
