From: Sabri L. <sab...@st...> - 2007-09-28 08:57:50
|
Hi all, I'm using phpwiki-1.3.12 and I'm trying to make it recognize CamelCase = words with numbers inside as wikiwords, fo example: - CamelCase2 -> is a wikiword - Camel2Case -> is also a wiki word - 2CamelCase -> is also a wiki word I think there should be a regular expression somewhere in the code that = decides if a word is a wikiword. Can someone teel where to find it ? If = there will some side effects whenever numbers are considered into = wikiwords ? Thanks, -- Sabri. |