Hello, i want to do something like this: for example if a variable has an number with i want to check if it has and i want any possible number, like this
Code:
if("variable" + anyInt)
    something;
I dont know how to check for "any number".
I hope somebody can help, or someone even understands what i mean.