realbasic-nug
[Top] [All Lists]

RegEx in language reference

To: REALbasic Network Users Group <realbasic-nug at lists dot realsoftware dot com>
Subject: RegEx in language reference
From: Markus Winter <markus_winter at blueyonder dot co dot uk>
Date: Mon, 31 Oct 2005 12:43:42 +0100
Delivered-to: realbasic-nug at lists dot realsoftware dot com
Thread-index: AcXeGLlX+AMrrEoLEdqGSwANky44pg==
Thread-topic: RegEx in language reference
I¹m just not getting this ­ is it me or is it the language reference?

>From the language reference:


  The Alternation Operator

  The alternation operator (|) allows you to match any of a number of
  patterns using the logical "or" operator. Place it between two existing
  patterns to match either pattern. You can use more than one alternation
  operator in a pattern:

  Pattern                      Matches
  \she\s                       \sshe\s
  cat                            dog
  ([0-9,]+\sB\.C\.)      ([0-9,]+\sA\.D\.) or [0-9,]+\s((B\.C\.)


???

Markus


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>