bullseye 0.1.1 copy "bullseye: ^0.1.1" to clipboard
bullseye: ^0.1.1 copied to clipboard

Dart 1 only

A new flavour of regex in Dart.

example/bullseye_example.dart

// Copyright (c) 2017, Hanyuan Li. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.

import 'package:bullseye/bullseye.dart';
import "dart:convert";

void main() {
  NewRegex test = new NewRegex("(?<=a)b*");

  print(JSON.encode(test.allMatches("aabbaab")));
}
0
likes
25
pub points
0%
popularity

Publisher

unverified uploader

A new flavour of regex in Dart.

Repository
View/report issues

License

BSD-3-Clause (LICENSE)

More

Packages that depend on bullseye