((100&12)%41)&(43&144) this is my string and i want to split this string like this:
(
(
100
&
12
41
)....
I try using string.ToCharArray() method but big integer numbers brings a problem like 100:
1
0
0
thanks for help
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can write your own tokenizer, but for help is usefull to have sth like this(code is not tested):