Snake case is a naming convention in which a developer replaces spaces between words with an underscore.
Here are three simple examples of code in the snake case naming convention:
/(\w+)\s(\w+)/
\L$1_\$2