RegexSegment.globStar constructor

RegexSegment.globStar()

Create a glob-star segment (**).

Implementation

RegexSegment.globStar()
    : regex = null,
      isGlobStar = true;