unicase 1.2.0

A case-insensitive wrapper around strings.
Documentation

unicase

Build Status

Compare strings when case is not important.

if UniCase(method) == UniCase('GET') {
    // GET request
}

License

MIT