'hello word(123) test(20101217)'
这个字符串,我想把后面的(20101217)去掉,正则应该如何写呢?
SQL> select regexp_replace('hello word(123) test(20101217)', '\([0-9]*\)$') |
SQL> select regexp_replace('hello word(123) test(20101217)', '\([0-9]*\)$') |
作者: hero--008 发布时间: 2010-12-17