RegexUtils

scala.build.internal.util.RegexUtils$
object RegexUtils

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
RegexUtils.type

Members list

Value members

Concrete methods

def globPattern(expr: String): Pattern

Based on junit-interface GlobFilter. compileGlobPattern

Based on junit-interface GlobFilter. compileGlobPattern

Attributes

Returns

Pattern allows to regex input which contains only *, for example *foo* match to MyTests.foo