[TYPO3-core] Flexform search

Martin Kutschker Martin.Kutschker at blackbox.net
Fri Jan 6 15:04:09 CET 2006


Bernhard Kraft <kraftb at kraftb.at> writes on 
Fri, 06 Jan 2006 14:01:59 +0100 (MET):

> 
> It searches only the "non-tag" contents of a Flexform using a
> mysql-regex.


A quick reserach brought up infos on PostgreSQL and Oracle:

PostgreSQL 7.4

POSIX Regular Expressions

~ Matches regular expression, case sensitive
~* Matches regular expression, case insensitive
!~ Does not match regular expression, case sensitive
!~* Does not match regular expression, case insensitive

Oracle 10g

REGEXP_LIKE(<source_string>, <pattern>, <match_parameter>)
<match_parameter> = eg i for case insensitive match

PostgreSQL 7.4 is quite old, but I guess that Oracle 8 and 9 can still be found.

Could not find infos on MS SQL server and didn't look for other DBs.

Masi

PS: http://troels.arvin.dk/db/rdbms/ is quite interesting! 



More information about the TYPO3-team-core mailing list