How do I find out what a specific character in a string is?

I'm trying to something like this:

Code:
If Character("This", CharacterPosition) = "\" Then
Do Stuff
End If
-Git