2
Generally, an IllegalName is a page name that doesn't respect the CamelCase (at least this implementation).
Legal page names must be the concatenation of at least two strings which first letter is upper case.
legal names :
- MyNewPageNameIsLegal
- OtherPage
illegal names :
- myNewPage
- SOSPage
Xavier