class documentation

class CamelCasedWord(RegExFilter): (source)

View In Hierarchy

Filter skipping over camelCasedWords. This filter skips any words matching the following regular expression: ^([a-z]\w+[A-Z]+\w+) That is, any words that are camelCasedWords.

Class Variable _pattern Undocumented

Inherited from RegExFilter:

Method _skip Undocumented