Special

Introducing the “Welcome to Xojo” Bundle!

New to Xojo and looking for guidance? We've put together a terrific bundle to welcome you! Xojo Bundle

This bundle includes six back issues of the magazine -- all of year 21 in printed book and digital formats -- plus a one-year subscription (beginning with 22.1) so you'll be learning all about Xojo for the next year. It's the perfect way to get started programming with Xojo. And you save as much as $35 over the non-bundle price!

This offer is only available for a limited time as supplies are limited, so hurry today and order this special bundle before the offer goes away!

Article Preview


Buy Now

Issue 7.4

FEATURE

RegEx Revisited

An updated look at REALbasic's Regex classes

Issue: 7.4 (May/June 2009)
Author: JC Cruz
Author Bio: JC is a freelance technical writer living in British Columbia. He writes for various publications, pokes around with Cocoa, Python and REALbasic, and spends time with his nephew. He can be reached at: anarakisware@gmail.com
Article Description: No description available.
Article Length (in bytes): 50,239
Starting Page Number: 37
Article Number: 7413
Resource File(s):

Download Icon 7413.zip Updated: 2009-05-01 11:25:14

Related Web Link(s):

http://www.rbdeveloper.com/browse/7.4/
http://domain-name/domain-path
http://
http://)
http://
http://supportweb.cs.bham.ac.uk/documentation/tutorials/docsystem/build/tutorials/
http://www.tidbits.com/matt/rbd/regex.html
http://en.wikipedia.org/wiki/Regular_expressions

Excerpt of article text...

Today, we take an updated look at regular expressions on REALbasic. First, we learn the concept of a regular expression and how it can serve our needs. Then, we study the basic parts that make up an expression. Next, we examine the three REALbasic classes we need to process a regular expression. We also learn how to use these classes to do a typical search and replace task. And we finish with a step-by-step look at six basic regular expressions.

The Regular Expression

Regular expressions give us the means to describe a specific string pattern. That pattern may be a unique string, or it may be a series of repeating strings. It may describe a part of a much larger string, or a piece of text inside a file.

...End of Excerpt. Please purchase the magazine to read the full article.