Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add valid_identifier_{pvn,sv} API functions #22769

Merged
merged 1 commit into from
Nov 23, 2024

Commits on Nov 23, 2024

  1. 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.
    leonerd committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    049897a View commit details
    Browse the repository at this point in the history