I have the following snippet
cv_13221 IN OUT SYS_REFCURSOR,
and just want to get cv_13221 out of it.
I tried the following regex
cv_.*\s
but it fetches me
cv_13221 IN OUT
what can I do to make it stop at first occurrence of \s
I am trying this in regex buddy