[Typo3-doc] capitalizing typo3

Johannes Reichardt info at gramba.tv
Wed Aug 11 20:29:44 CEST 2004


Hi there,

For the one who feels like programming in the wiki ;)

Here is a very simple regexp for capitalizing typo3 wherever its with 
spaces around (that means not in urls for example) - should be relativly 
easy to implement in the wiki. Might save a little time and capitalizing 
while typing :)

preg_replace('/ typo3 /i','TYPO3',$contents);

- Johannes




More information about the TYPO3-project-documentation mailing list