Greetings, Yesterday I opened a ticket[1] for a "RegexpReplace" method for PostgreSQL. After some talk and encouragement over in IRC, I have additionally created a "SubstrFrom" function for PostgreSQL, which allows you to use a regex match in order to extract your substring.
So at this point, I have a couple of questions. 1) Are these things which would likely get integrated into core? 2) If so, should I put them into separate tickets or would I be able to combine them into a single? 3) Should they be added to the PostgreSQL specific library? Oracle does have both of these pieces of functionality, but I believe it is the only popular engine aside from PostgreSQL which does. I have the code for both of these implemented in my local project, along with tests, so I would love to contribute them if possible. Thank you! [1]: https://code.djangoproject.com/ticket/28805 -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CADBkHd%2Be3GodbKvDFXq0dAgwzs4n%3DFgLGHTYsbhuiQWDOcB64Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
