Add implicit nav documentation.

This commit is contained in:
Michael Fogleman 2017-11-16 20:19:20 -05:00
parent 413d7c52d1
commit d1b4e1e6f7

View file

@ -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" "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?
`(selected? & path)` `(selected? & path)`