Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

regular expression to allow only numeric values and comma

inDiscoverOct 7 2014 — edited Oct 7 2014

Hi All,

I need a regular expression to allow only numerical values and comma.

Examples :

100,120,220 - allowed

100.00,120.00,220.00 - allowed

abc,xyz,100 -NOT allowed

all characters other than numbers and comma - NOT allowed

Any one can help me resolve this.

Your timely help is greatly appreciated.

Thanks in advance.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 4 2014
Added on Oct 7 2014
4 comments
4,134 views