/ : Searching for a Substring
Use a slash followed by a string to search the source code for the next occurrence of the substring string. The syntax is as follows:
/ [ string ]
The search begins at the line following the current line. If string is found, RAID sets the current line to the line containing string and displays that line. If you issue the / command without specifying string, RAID searches for the last-searched string. This is an empty string if you have not yet specified a string during this RAID session. If RAID encounters the end of file without finding string, it starts at the first line and continues the search until it finds string or returns to the current line.