WebmasterA
Programmer
Hello,
I have a pretty simple pattern matching question.
I need to match a number in a string.
For example I need to see if the number 5 is in the following stringsL
5,12,121,17 - yes
12,121,17,5 - yes
12,121,5,17 - yes
12,121,15,17 - no
12,121,51,17 - no
12,121,151,17 - no
Thank you very much for your help.
I have a pretty simple pattern matching question.
I need to match a number in a string.
For example I need to see if the number 5 is in the following stringsL
5,12,121,17 - yes
12,121,17,5 - yes
12,121,5,17 - yes
12,121,15,17 - no
12,121,51,17 - no
12,121,151,17 - no
Thank you very much for your help.