When we are trying to search for a specific character or latter from a Word then we can use FIND () function.
Lets say we need to find '/' from COLUMN value, if it find the character then it would return 1 else Null.
FIND("/",COLUMN,1,BLANK())
Happy learning !!