find the numerical value exist in the Expression C#

Posted by user297222 on Stack Overflow See other posts from Stack Overflow or by user297222
Published on 2010-03-19T09:21:16Z Indexed on 2010/03/19 10:31 UTC
Read the original article Hit count: 151

Filed under:
|
|

How do I find:

string str="(120)(1500)x";

How to find out in the event that the string contains:

string str1="()()X";

I then have to print:

console.writeline("str1 doesnt contain a numerical");

© Stack Overflow or respective owner

Related posts about c#

Related posts about string