Package : perl-Text-Balanced > RPM : perl-Text-Balanced-2.60.0-1.mga9.src.rpm

Basic items

Name perl-Text-Balanced
Version 2.60.0
Release 1.mga9
URL https://metacpan.org/release/Text-Balanced
Group Development/Perl
Summary Extract balanced-delimiter substrings
Size 47KB
Arch noarch
License GPL+ or Artistic

Description

The various 'extract_...' subroutines may be used to extract a delimited
substring, possibly after skipping a specified prefix string. By default,
that prefix is optional whitespace ('/\s*/'), but you can change it to
whatever you wish (see below).

The substring to be extracted must appear at the current 'pos' location of
the string's variable (or at index zero, if no 'pos' position is defined).
In other words, the 'extract_...' subroutines _don't_ extract the first
occurrence of a substring anywhere in a string (like an unanchored regex
would). Rather, they extract an occurrence of the substring appearing
immediately at the current matching position in the string (like a
'\G'-anchored regex would).

General behaviour in list contexts
In a list context, all the subroutines return a list, the first three
elements of which are always:

Media information

Distribution release Mageia cauldron
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2022-06-07 12:46:08
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie