|
From: popko.lukasz on 8 Jul 2008 05:20 Hi, Does anybody know if there is any difference between ‘*’ and ‘.*’ regular expressions in Oracle? Both seem to work similarly. Best regards, lp
From: joel garry on 9 Jul 2008 17:14 On Jul 8, 2:20 am, popko.luk...(a)gmail.com wrote: > Hi, > > Does anybody know if there is any difference between ‘*’ and ‘.*’ > regular expressions in Oracle? Both seem to work similarly. > > Best regards, > > lp Do they match nulls and newlines the same? jg -- @home.com is bogus. http://ask.slashdot.org/article.pl?no_d2=1&sid=08/07/08/219228
From: popko.lukasz on 10 Jul 2008 11:06 joel garry napisał(a): > On Jul 8, 2:20�am, popko.luk...(a)gmail.com wrote: > > Hi, > > > > Does anybody know if there is any difference between �*� and �.*� > > regular expressions in Oracle? Both seem to work similarly. > > > > Best regards, > > > > lp > > Do they match nulls and newlines the same? > > jg > -- > @home.com is bogus. > http://ask.slashdot.org/article.pl?no_d2=1&sid=08/07/08/219228 In my opinion, yes. Both don't match nulls but match strings with newline.
|
Pages: 1 Prev: prioritize inserts i.s.o replication Next: Last sync of a context index |