Packages

object Wildcard

The Wildcard object defines useful contants for the Wildcard class.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Wildcard
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val CHAR_WILD: List[String]
  2. val CHAR_WILD_MANY: Char
  3. val CHAR_WILD_ONE: Char
  4. val DEBUG: Boolean
  5. def hasWildcards(str: Any): Boolean

    Determine whether the given string 'str' contains any wildcard characters.

    Determine whether the given string 'str' contains any wildcard characters.

    str

    the string to be checked