Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Pattern EMF
Pattern EMF [message #242655] Mon, 10 December 2007 13:44 Go to next message
Eclipse UserFriend
Originally posted by: dpoirier.unedic.fr

Hello,

How to use pattern ..

These characters are OK a-zA-Z0-9_
But the underscore character is valid except at end of the value.

012354aazAZAZ__zazaz8AZAZ is OK..
but
012354aazAZAZ__zazaz8AZAZ_ is BAD..

I have an ExtendesMetaData with a pattern like this.

"[0-9a-zA-Z_]*[^_]$"

Thank's
Re: Pattern EMF [message #242722 is a reply to message #242655] Mon, 10 December 2007 22:13 Go to previous message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

Dominique,

Please don't cross post the same question to multiple newsgroups.


Dominique Poirier wrote:
> Hello,
>
> How to use pattern ..
>
> These characters are OK a-zA-Z0-9_
> But the underscore character is valid except at end of the value.
>
> 012354aazAZAZ__zazaz8AZAZ is OK..
> but
> 012354aazAZAZ__zazaz8AZAZ_ is BAD..
>
> I have an ExtendesMetaData with a pattern like this.
>
> "[0-9a-zA-Z_]*[^_]$"
>
> Thank's
>
>
Previous Topic:Where to put the code for connecting to a server
Next Topic:Problem with Word, Excel, and PowerPoint Emitters in 2.2.1.1
Goto Forum:
  


Current Time: Thu Jan 02 22:09:40 GMT 2025

Powered by FUDForum. Page generated in 0.07318 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top