Regular Expression in PostgreSQL
Regular Expression is a very powerful tools for programming language like java, .NET, PHP , Perl…or even PostgreSQL. Here i write some basic examples to show how to use regular expression in PostgreSQL. 1) isdigit function – This function is missing in PostgreSQL, as this is a built-in function in others database. This is a …