Skip to content
  • Mark OLESEN's avatar
    ENH: consolidate, cleanup some string methods · e70fc616
    Mark OLESEN authored
    - consolidate word::validated() into word::validate() and also allow
      as short form for string::validate<word>(). Also less confusing than
      having similarly named methods that essentially do the same thing.
    
    - more consistent const access when iterating over strings
    
    - add valid(char) for keyType and wordRe
    e70fc616