Add implicit nav documentation.
This commit is contained in:
parent
413d7c52d1
commit
d1b4e1e6f7
1 changed files with 6 additions and 0 deletions
|
|
@ -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)`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue