~~ ADD QUOTATION MARKS AROUND VARIABLES
# Press Ctrl+H
# Click the (Regex icon) : .*
# In the Find field, type : (\b\w+\b)
# In the Replace field, type : "$1",
# or
# In the Replace field, type : "$1"
~~ ADD QUOTATION MARKS AROUND VARIABLES
# Press Ctrl+H
# Click the (Regex icon) : .*
# In the Find field, type : (\b\w+\b)
# In the Replace field, type : "$1",
# or
# In the Replace field, type : "$1"