string_scanner 1.1.0-nullsafety copy "string_scanner: ^1.1.0-nullsafety" to clipboard
string_scanner: ^1.1.0-nullsafety copied to clipboard

outdated

A class for parsing strings using a sequence of patterns.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add string_scanner
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  string_scanner: ^1.1.0-nullsafety
copied to clipboard

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:string_scanner/string_scanner.dart';
copied to clipboard
199
likes
0
points
6.15M
downloads

Publisher

verified publishertools.dart.dev

Weekly Downloads

2024.08.11 - 2025.02.23

A class for parsing strings using a sequence of patterns.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

charcode, source_span

More

Packages that depend on string_scanner