Convert a text to lower snake case online

This online converter helps you to convert a text or sentence to snake case like "get_current_time". All the words are lowercase and glued with underscores.

add user role
 Get account NAME
create  TeX  FiLe  
Get  1  plus  2
Write !@#$%^&**() text
add_user_role
get_account_name
create_tex_file
get_1_plus_2
write_text

The leading and trailing spaces are automatically removed and the multiple spaces between words are converted to one space. Only alphabets and numbers remain after converting and other symbols like & are removed.

The Snake case is used for coding. In Python programming, it's common to name a function or variable by snake case.