S
S
Sergey Burduzha2017-05-06 22:33:13
Sublime Text
Sergey Burduzha, 2017-05-06 22:33:13

How to write $ sign in sublime snippet?

I want to write this snippet: $_POST['name']${1}.
As a result, the following is output: ['name'], $_POST is not output at all, how to solve the problem?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
riot26, 2017-05-06
@serii81

You need to escape the "$" character:
\$_POST['name']${1}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question