Class Wildcard

java.lang.Object
org.basex.query.util.regex.RegExp
org.basex.query.util.regex.Wildcard

public final class Wildcard extends RegExp
Wildcard for any character (.).
Author:
BaseX Team 2005-21, BSD License, Leo Woerteler
  • Method Details

    • get

      public static Wildcard get(boolean dotAll)
      Getter for the lazily initialized wildcard instances.
      Parameters:
      dotAll - match-all flag
      Returns:
      the instance