Skip to content

Commit 4a287cf

Browse files
Update the note
1 parent 9a56b7e commit 4a287cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/ROOT/pages/import.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,8 @@ bin/neo4j-admin database import full --nodes import/node_header.csv,import/node_
547547

548548
[NOTE]
549549
====
550-
It is important to remember that in many scripting languages you often need to use double backslashes (`\\`) when writing regular expression patterns inside string literals.
550+
In many scripting languages, you must use double backslashes (`\\`) when defining regular expression patterns inside string literals.
551+
This is because a single backslash (`\`) is treated as an escape character.
551552
====
552553

553554

0 commit comments

Comments
 (0)