Core Extensions String Exclusion

suggest change

String#exclude?

The inverse of String#include?

"hello".exclude? "lo" # => false"hello".exclude? "ol" # => true"hello".exclude? ?h   # => false

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


ActiveSupport:
*Core Extensions String Exclusion

Table Of Contents
37ActiveSupport
55CSV