The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Sidef::Types::Regex::Match

DESCRIPTION

This class implements ...

SYNOPSIS

var obj = Match(...)

INHERITS

Inherits methods from:

       * Sidef::Object::Object

METHODS

...

    a ... b

Returns the

cap

    self.cap

Returns the

Aliases: to_a, caps, groups, to_array, captures

dump

    self.dump

Returns the

join

    self.join(sep)

Returns the

ncap

    self.ncap

Returns the

Aliases: ncaps, named_groups, named_captures

pos

    self.pos

Returns the

Aliases: match_pos

regex

    self.regex

Returns the

string

    self.string

Returns the

to_bool

    self.to_bool

Returns the

Aliases: matched, is_successful

to_s

    self.to_s

Returns the

Aliases: to_str