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 b8cd878 commit 71666a6Copy full SHA for 71666a6
1 file changed
source/core/ut_annotations.pkb
@@ -78,7 +78,7 @@ create or replace package body ut_annotations as
78
,'%(' || c_rgexp_identifier || ')'
79
,modifier => 'i'
80
,subexpression => 1));
81
- l_annotation_params_str := trim(regexp_substr(l_annotation_str, '\((.*?)\)$', subexpression => 1));
+ l_annotation_params_str := trim(regexp_substr(l_annotation_str, '\((.*?)\)\s*$', subexpression => 1));
82
83
if l_annotation_params_str is not null then
84
0 commit comments