From d1b4e1e6f795b00cd3ddf1a5fb11bcfee45fa9d8 Mon Sep 17 00:00:00 2001 From: Michael Fogleman Date: Thu, 16 Nov 2017 20:19:20 -0500 Subject: [PATCH] Add implicit nav documentation. --- List-of-Navigators.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/List-of-Navigators.md b/List-of-Navigators.md index 55d3ba4..b6b77d0 100644 --- a/List-of-Navigators.md +++ b/List-of-Navigators.md @@ -1048,6 +1048,12 @@ However, you can also provide your own function, so long as it takes and returns "Mary: 3rd George: 2nd Arthur: 1st" ``` +Specter also implicitly converts regexes in paths to call regex-nav: +```clojure +=> (setval #"t" "z" "test") +"zesz" +``` + ## selected? `(selected? & path)`