angoca / db2tools

Set of routines that can ease your daily work.
GNU General Public License v2.0
1 stars 0 forks source link

Regular expression in function #17

Open angoca opened 10 years ago

angoca commented 10 years ago

Create a function that returns 0 if false, or 1 if true: if the given string has the structure of the given regular expression.

The implementation is just a xquery wrapper.