Re: [sqlite] regexp within trim function

2011-09-16 Thread Igor Tandetnik
Linuxed wrote: > Is it possible to use regexp within a trim function? For example, if I wanted > to remove every alpha-numeric character at the end > of a string I could use the statement below. Is there any way to > simplify/condense the statement through regexp or a

[sqlite] regexp within trim function

2011-09-15 Thread Linuxed
Is it possible to use regexp within a trim function?  For example, if I wanted to remove every alpha-numeric character at the end of a string I could use the statement below.  Is there any way to simplify/condense the statement through regexp or a wildcard character?  Also, if I want to remove