FitNesse

WikiWord

The syntax of a wiki word is Camel Case: an alternating pattern of upper and lower case letters. Strictly speaking a wiki word is a string of two more more capital letters with lower case letters or numbers between them.



The Java Regular expression that we are using to represent a wiki word is:

\b[A-Z](?:[a-z0-9]+[A-Z][a-z0-9]*)+

Keyboard Shortcuts ?

×
  • t Test
  • e Edit page
  • a Add new page
  • p Properties
  • w Where used?
  • / Focus on search bar
  • s Open search page
  • g u Go to User Guide