recursive_regex
An implementation of RegExp that isolates delimited blocks of text and applies the pattern to each block separately.
1.0.0
12K downloads/mo
#2710 most downloaded on pub.dev
james-alex/recursive_regex
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Release timing varies
gaps range from 8 days to 1.2 years
Some releases are documented
notes for 5 of 12 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
12 releases · first in 2019
0 releases in the last 12 months
see the full history below
Release timeline
12 releases · Aug 2019 to Mar 2021Releases
latest 12-
1.0.026 Mar 2021 -
0.2.026 Mar 2021Release notes
Open source →-
[startDelimiter] and [endDelimiter] are now [Pattern]s instead of [RegExp]s, so delimiters can be provided as a [String] or a [RegExp].
-
Added the [prepend] and [append] parameters. If provided, delimited blocks of text will only be matched if they are prepended with or appended with the provided [Pattern].
-
Renamed the [isMultiLine], [isCaseSensitive], [isUnicode], and [isDotAll] parameters to [multiLine], [caseSensitive], [unicode], and [dotAll] respectively, to match the naming convention of Dart's [RegExp] class.
-
Added the [startsWith] and [endsWith] methods.
-
Added the [inverseMatch] parameter.
-
Documentation and formatting changes.
-
-
0.1.311 Aug 2019Nothing published for this version
-
0.1.3+116 Jan 2020 -
0.1.3+224 Jan 2020Nothing published for this version
-
0.1.210 Aug 2019Nothing published for this version
-
0.1.110 Aug 2019 -
0.1.1+110 Aug 2019Nothing published for this version
-
0.1.1+210 Aug 2019Nothing published for this version
-
0.1.008 Aug 2019 -
0.1.0+108 Aug 2019Nothing published for this version
-
0.1.0+209 Aug 2019Nothing published for this version