smartscottiedog
unread,Sep 16, 2009, 1:45:37 PM9/16/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Regex
I have the following comma separated numbers.
[0-9]+(,[0-9]+)*
I would like to, in addition, to exclude one number between comma.
For example..
1,2,3,35,53
I would like to exclude 35, just one number (any number of digits) in
the range.
The string may contain space between number and the comma.
TIA.