| . | This stands for any character in the searchvalue (only 1) |
| * | This allows the value which stands in front of this symbol to occur 0 or more times in the searchstring |
| [] | When putting values in the [], there's a choice between those values in that place of the searchstring. When putting a "^" behind the "[", it means all values but the ones inside the []'s. |
| ^ | Beginning of the searchstring |
| $ | End of the searchstring |
| \ | The value behind this will be interpreted as a normal character, and not as one with a special meaning (eg. to find a "." in the searchstring, you'll have to use "\." as a regular expression |
| 1st | Damage setting. "-" = no damage, "M" = medium damage, "R" = realistic damage |
| 2nd | Yellow flag setting. "Y" = yellows, "-" = no yellows |
| 3rd | Fixed setup setting. "F" = fixed, "-" = not fixed |
| 4th | Simmode setting. "A" = arcade, "S" = simulation |
| 5th | Computer opponents. "C" = yes, "-" = none |
| 6th | Hardcore mode. "-" = none, "D" = Driving Aids disabled, "V" = Driving View Fixed, "+" = both |