| Return type | Name and parameters | 
|---|---|
| boolean | isCase(Object switchValue)'Case' implementation for the Pattern class, which allows testing a String against a number of regular expressions. | 
| boolean | isNotCase(Object switchValue) | 
                                    addShutdownHook, any, any, asBoolean, asType, collect, collect, collect, dump, each, eachMatch, eachMatch, eachWithIndex, every, every, find, find, findAll, findAll, findIndexOf, findIndexOf, findIndexValues, findIndexValues, findLastIndexOf, findLastIndexOf, findResult, findResult, findResult, findResult, getAt, getMetaClass, getMetaPropertyValues, getProperties, grep, grep, hasProperty, identity, inject, inject, inspect, invokeMethod, is, isCase, isNotCase, iterator, metaClass, print, print, printf, printf, println, println, println, putAt, respondsTo, respondsTo, setMetaClass, split, sprintf, sprintf, stream, tap, toString, use, use, use, with, with, withCloseable, withStream, withTraits
                                
'Case' implementation for the Pattern class, which allows testing a String against a number of regular expressions.
For example:
switch( str ) {
  case ~/one/ :
    // the regex 'one' matches the value of str
}
Note that this returns true for the case where both the pattern and
the 'switch' values are null.
                                    
                                    switchValue -  the switch value