korea_regexp 1.2.1 korea_regexp: ^1.2.1 copied to clipboard
It is a package that makes it easier to handle Korean by using regular expressions. 정규표현식을 이용해 한국어를 더 쉽게 다룰 수 있게 해주는 패키지입니다.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add korea_regexp
With Flutter:
$ flutter pub add korea_regexp
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
korea_regexp: ^1.2.1
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:korea_regexp/korea_regexp.dart';