Substring in C shell script?

i am a new user of C-shell script.
I want to know can i create a substring in a string.
That means when i got a variable $input = "it is number 2"
I want to get the "2" to be another variable.

Can i do that in C-shell and how to ?

Thank you so much

dinodash