Tagged Questions

0
votes
3answers
94 views

Capture content inside html tags with regex

First off, I'm aware this is a bad practice and I have answered many questions even saying so, but to clarify I am forced to use regex because this application stores regexes in a database and only …
1
vote
1answer
65 views

What is bad in “When Others Then Null” in PL/SQL ?

I just read this question, and a solution states that: The fact that you don't know you got the NO_DATA_FOUND exception suggests that you have made one of the biggest errors PL/SQL …