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::Regex

DESCRIPTION

This object is ...

SYNOPSIS

var obj = Regex.new(...);

INHERITS

Inherits methods from:

        * Sidef::Object::Object
        * Sidef::Convert::Convert

METHODS

!=

Obj != Obj -> Obj

Return the

Aliases: ne

<=>

Obj <=> Obj -> Obj

Return the

Aliases: cmp

==

Obj == Obj -> Obj

Return the

Aliases: eq

=~

Obj =~ Obj -> Obj

Return the

Aliases: run, match

call

Regex.call() -> Obj

Return the

gmatch

Regex.gmatch() -> Obj

Return the

to_re

Regex.to_re() -> Obj

Return the

Aliases: to_regex

to_s

Regex.to_s() -> Obj

Return the

Aliases: dump