The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.81 - 2000-09-13

  • Fixed test count in extract_codeblock.t
  • Fixed improbable bug with trailing ->'s in extract_variable
  • Fixed (HT|X)ML tag extraction in extract_tagged (thanks, Tim)
  • Added explanatory note about prefix matching (thanks again, Tim)
  • Added handling of globs and sub refs to extract_variable
  • Pod tweak (thanks Abigail)
  • Allowed right tags to be run-time evaluated, so extract_tagged($text, '/([a-z]+)', '/end$1') works as expected.
  • Added optional blessing of matches via extract_multiple
  • Fixed bug in autogeneration of closing tags in extract_tagged (Thanks, Coke)
  • Fixed bug in interaction between extract_multiple and gen_extract_tagged (Thanks Anthony)

Modules

Extract delimited text sequences from strings.

Provides

in lib/Text/Balanced.pm