RegexSegment.globStar constructor
Create a glob-star segment (**).
Implementation
RegexSegment.globStar()
: regex = null,
isGlobStar = true;
Create a glob-star segment (**).
RegexSegment.globStar()
: regex = null,
isGlobStar = true;