Sample Header Ad - 728x90

Regular Expression Integrity Constraints in SQLite3

3 votes
1 answer
603 views
In a SQLite3 CREATE TABLE statement, can I use a regular expression to enforce a particular constraint? Specifically, I am trying to require that an inputted URL is valid. I know there are other ways of doing this besides using regular expressions, but because of the structure of my project, this is the method I need.
Asked by Colin Soleim (31 rep)
Feb 21, 2013, 08:50 PM
Last activity: Dec 27, 2024, 10:00 PM