Incorrect TWiki CamelCase despite similar regex as TWiki
mradcliffe - June 20, 2008 - 20:26
| Project: | TWikifilter |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | mradcliffe |
| Status: | closed |
Jump to:
Description
Known issue -- TWiki does not render despite having the same regex:
[$regex{upperAlpha}]+[$regex{lowerAlphaNum}]+[$regex{upperAlpha}]+[$regex{mixedAl phaNum}]*
vs
([A-Z]+[a-z\d]+[A-Z]+[A-Za-z\d]*)
[A-Z]+[a-z][\d]+[A-Z]+[A-Za-z][\d]* breaks it... is there a difference between :upper: and A-Z?

#1
should be fixed, added regex specifically for one-word wikiwords such as TWiki.
#2
Oh, it's not twiki, it was a custom hack that my boss did to TWiki that allowed it to do one word words like TWiki. Oh well, added that in. :)