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

NAME

Sidef::Types::Regex::Match

DESCRIPTION

This class implements ...

SYNOPSIS

var obj = Match(...)

INHERITS

Inherits methods from:

       * Sidef::Object::Object

METHODS

...

Obj ... Obj -> Obj

Return the

cap

Match.cap() -> Obj

Return the

Aliases: to_a, caps, to_array, captures

dump

Match.dump() -> Obj

Return the

join

Match.join() -> Obj

Return the

ncap

Match.ncap() -> Obj

Return the

Aliases: ncaps, named_captures

pos

Match.pos() -> Obj

Return the

Aliases: match_pos

regex

Match.regex() -> Obj

Return the

string

Match.string() -> Obj

Return the

to_bool

Match.to_bool() -> Obj

Return the

Aliases: matched, is_successful

to_s

Match.to_s() -> Obj

Return the

Aliases: to_str