Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e5aaa commit ce1375cCopy full SHA for ce1375c
1 file changed
source/ut_metadata.pkb
@@ -345,7 +345,7 @@ create or replace package body ut_metadata as
345
$end
346
347
l_package_comments := regexp_substr(srcstr => l_pkg_spec
348
- ,pattern => '^\s*(CREATE\s+(OR\s+REPLACE)?(\s+(NON)?EDITIONABLE)?\s+)?PACKAGE .*?(AS|IS)\s+((.*?{COMMENT#\d+}\s?)+)'
+ ,pattern => '^\s*(CREATE\s+(OR\s+REPLACE)?(\s+(NON)?EDITIONABLE)?\s+)?PACKAGE .*?\s+(AS|IS)\s+((.*?{COMMENT#\d+}\s?)+)'
349
,modifier => 'i'
350
,subexpression => 6);
351
0 commit comments