[TYPO3-50-general] Package Key Guidelines

Jochen Rau j.rau at web.de
Mon May 5 15:17:21 CEST 2008


> 
> To match the entire class/component name i suggest
> 
> ^F3(?:_[A-Z][A-Za-z0-9]+)+$
> 
> because every class name must start with F3_. In addition to the CGL the RegEx only matches (sub)names with 2 chars.
> 
> ^F3(?:_[A-Z][A-Za-z0-9]+)+$ 

Oops. The last line should be

^F3(?:_[A-Z][A-Za-z0-9]*)+$


More information about the TYPO3-project-5_0-general mailing list