Skip to content

Regex for object names matches comments #15

Description

@jackscodemonkey

When comments include create in the text the regex to find the object name / type will stop on the first match.

/*
Purpose:
This is a function that creates .....

*/

CREATE OR REPLACE FUNCTION x.x(debug)

Regex the looks for the object name should ignore the comment block.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions