$RegExp.wrap constructor

$RegExp.wrap(
  1. RegExp $value
)

Wrap a RegExp in a $RegExp

Implementation

$RegExp.wrap(this.$value) : _superclass = $Pattern.wrap($value);