Welcome to our book review site go-pdf.online!

You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.

Sign up

Mastering Regular Expressions
  • Language: en
  • Pages: 492

Mastering Regular Expressions

Introduces regular expressions and how they are used, discussing topics including metacharacters, nomenclature, matching and modifying text, expression processing, benchmarking, optimizations, and loops.

Mastering Regular Expressions
  • Language: en
  • Pages: 542

Mastering Regular Expressions

This updated third edition now includes a full chapter devoted to PHP and itspowerful and expressive suite of regular expression functions, in addition toenhanced PHP coverage in the central "core" chapters.

Regular Expressions Cookbook
  • Language: en
  • Pages: 612

Regular Expressions Cookbook

Take the guesswork out of using regular expressions. With more than 140 practical recipes, this cookbook provides everything you need to solve a wide range of real-world problems. Novices will learn basic skills and tools, and programmers and experienced users will find a wealth of detail. Each recipe provides samples you can use right away. This revised edition covers the regular expression flavors used by C#, Java, JavaScript, Perl, PHP, Python, Ruby, and VB.NET. You’ll learn powerful new tricks, avoid flavor-specific gotchas, and save valuable time with this huge library of practical solutions. Learn regular expressions basics through a detailed tutorial Use code listings to implement r...

Mastering Regular Expressions
  • Language: en
  • Pages: 382

Mastering Regular Expressions

Regular expressions, a tool for manipulating text and data, are found in scripting languages, editors, programming environments, and specialized tools. This text provides a guide to the steps of crafting a regular expression, examining several tools and providing examples, with a focus on Perl.

Java NIO
  • Language: en
  • Pages: 302

Java NIO

This title provides a complete introduction to this major improvement in the new 1.4 version of Java, the new Java.Nio package. It includes information missing from previous editions of Java that are critical to writing high-performance applications.

C# 3.0 in a Nutshell
  • Language: en
  • Pages: 858

C# 3.0 in a Nutshell

Offers a reference to key C♯ programming concepts covering language elements, syntax, datatypes, and tasks.

Java Regular Expressions
  • Language: en
  • Pages: 265

Java Regular Expressions

  • Type: Book
  • -
  • Published: 2008-01-01
  • -
  • Publisher: Apress

Expert author Habibi offers a look at what regular expressions are and how to use the Java library to process them. His book uses plenty of examples to show typical and atypical uses of the library, thus becoming a powerful learning tool. For instance, comprehensive examples for each and every regex method and class are given, along with advice on their appropriate use and performance considerations.

Introducing Regular Expressions
  • Language: en
  • Pages: 154

Introducing Regular Expressions

If you’re a programmer new to regular expressions, this easy-to-follow guide is a great place to start. You’ll learn the fundamentals step-by-step with the help of numerous examples, discovering first-hand how to match, extract, and transform text by matching specific words, characters, and patterns. Regular expressions are an essential part of a programmer’s toolkit, available in various Unix utlilities as well as programming languages such as Perl, Java, JavaScript, and C#. When you’ve finished this book, you’ll be familiar with the most commonly used syntax in regular expressions, and you’ll understand how using them will save you considerable time. Discover what regular expressions are and how they work Learn many of the differences between regular expressions used with command-line tools and in various programming languages Apply simple methods for finding patterns in text, including digits, letters, Unicode characters, and string literals Learn how to use zero-width assertions and lookarounds Work with groups, backreferences, character classes, and quantifiers Use regular expressions to mark up plain text with HTML5

Python Standard Library
  • Language: en
  • Pages: 312

Python Standard Library

CD-ROM contains: programming examples from the book and a demo of the PythonWorks IDE.

Natural Language Processing for Online Applications
  • Language: en
  • Pages: 243

Natural Language Processing for Online Applications

This text covers the technologies of document retrieval, information extraction, and text categorization in a way which highlights commonalities in terms of both general principles and practical concerns. It assumes some mathematical background on the part of the reader, but the chapters typically begin with a non-mathematical account of the key issues. Current research topics are covered only to the extent that they are informing current applications; detailed coverage of longer term research and more theoretical treatments should be sought elsewhere. There are many pointers at the ends of the chapters that the reader can follow to explore the literature. However, the book does maintain a strong emphasis on evaluation in every chapter both in terms of methodology and the results of controlled experimentation.