SPVM-Regex
view release on metacpan or search on metacpan
0.20 2023-03-01
[Prerequirement Changes]
* SPVM::Resource::RE2 0.01 is required.
* SPVM::Unicode is no more required.
* SPVM::Resource::Re2::V2022_06_01 is no more required.
0.19 2023-02-08
[Prerequirement Changes]
* SPVM 0.9691+ is needed.
0.18 2023-01-30
[New Features]
* Added the split method in the Regex class.
method split : string[] ($string : string, $limit = 0 : int);
0.17 2022-12-26
[Bug Fix]
* Fixed unexpetedly replacement bug. This reason maybe memory, but I don't understand the detail of the reason.
{
my $path = "/..";
$path = Regex->new("^/\.\.$")->replace($path, "/");
( run in 0.505 second using v1.01-cache-2.11-cpan-71847e10f99 )