PackageTrack
Sign in Get early access

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 2021
2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 12
  1. 1.0.0 26 Mar 2021
    Release notes
    • Migrated to null-safe code.
    Open source →
  2. 0.2.0 26 Mar 2021
    Release notes
    • [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.

    Open source →
  3. 0.1.3 11 Aug 2019

    Nothing published for this version

  4. 0.1.3+1 16 Jan 2020
    Release notes
    • Formatting changes
    Open source →
  5. 0.1.3+2 24 Jan 2020

    Nothing published for this version

  6. 0.1.2 10 Aug 2019

    Nothing published for this version

  7. 0.1.1 10 Aug 2019
    Release notes
    • Bug fixes
    Open source →
  8. 0.1.1+1 10 Aug 2019

    Nothing published for this version

  9. 0.1.1+2 10 Aug 2019

    Nothing published for this version

  10. 0.1.0 08 Aug 2019
    Release notes
    • Initial release.
    Open source →
  11. 0.1.0+1 08 Aug 2019

    Nothing published for this version

  12. 0.1.0+2 09 Aug 2019

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive