StringSearch.isUpper

Undocumented in source.
  1. alias isUpper = c_wctype.iswupper
    struct StringSearch(bool wide_char = false)
    static if(wide_char)
    alias isUpper = c_wctype.iswupper
  2. alias isUpper = c_ctype.isupper

Meta