# Functions
New returns a new [Registry] loaded with the [RFC 9535]-mandated functions:
- [length] - [count] - [value] - [match] - [search]
[RFC 9535]: https://www.rfc-editor.org/rfc/rfc9535.html [length]: https://www.rfc-editor.org/rfc/rfc9535.html#name-length-function-extension [count]: https://www.rfc-editor.org/rfc/rfc9535.html#name-count-function-extension [value]: https://www.rfc-editor.org/rfc/rfc9535.html#name-value-function-extension [match]: https://www.rfc-editor.org/rfc/rfc9535.html#name-match-function-extension [search]: https://www.rfc-editor.org/rfc/rfc9535.html#name-search-function-extension.
NewFunction creates a new JSONPath function extension.
# Variables
ErrRegister errors are returned by [Register].