All C# extension methods for type char
    - 
        
        
            Repeats a character a given number of times, a little cleaner shortcut than using the string constructor.
         
- 
        
        
            Recognizes vowels in European languages #i18n
         
- 
        
        
            Allows enumaration of sets of characters by expressing them as a range, for example all the lowercase characters. Allows reverse order as well.