On Tue, 2007-11-20 at 05:12 -0800, cesco wrote: > Thanks for the reply. > I'm actually trying to match a word boundary with "\\b" before and > after the string, not a backspace. Still one thing is unclear to me: > isn't the django API supposed to be portable across different database > platforms? Does iregex make an exception because of SQLite lack of reg- > exp support? If that's the case then the code has to be changed when > moving to production (that is, likely to a different database > platform)?
When you're passing in something to iregex, you're using the database's syntax for regular expressions. So, yes, it varies across databases. Malcolm -- Everything is _not_ based on faith... take my word for it. http://www.pointy-stick.com/blog/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---