Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 429dcbaf6ff936a3b9fec8b0e7904df59f3740d6
https://github.com/Perl/perl5/commit/429dcbaf6ff936a3b9fec8b0e7904df59f3740d6
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2024-11-23 (Sat, 23 Nov 2024)
Changed paths:
M MANIFEST
M embed.fnc
M embed.h
M ext/XS-APItest/APItest.pm
M ext/XS-APItest/APItest.xs
A ext/XS-APItest/t/valid_identifier.t
M pod/perldelta.pod
M proto.h
M toke.c
Log Message:
-----------
Add valid_identifier_{pve,pvn,sv} API functions
These functions test whether a given string would be considered by the
Perl parser to be a valid identifier. Three variants are provided: one
taking a string start/end pair, one a string start/length pair, and one
looking at the string contained in an SV.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications