| 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> |
|---|---|---|
| ||
| Previous by Date: | RealSQL questions, Tehenne |
|---|---|
| Next by Date: | How would you do it? was Re: Sprite and randomdirection Now that I think of it is there anyway to move the sprite in random directions independent of speed? That is other than using, for example, x=x+1, y=y+10, which would be 84 degrees., Carl Adler |
| Previous by Thread: | RealSQL questions, Tehenne |
| Next by Thread: | Re: RegEx in language reference, Mark Nutter |
| Indexes: | [Date] [Thread] [Top] [All Lists] |