regularExpression property

NSRegularExpression? get regularExpression

Implementation

NSRegularExpression? get regularExpression {
  final _ret = _lib._objc_msgSend_945(_id, _lib._sel_regularExpression1);
  return _ret.address == 0
      ? null
      : NSRegularExpression._(_ret, _lib, retain: true, release: true);
}