We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e6caa commit c7e20c3Copy full SHA for c7e20c3
2 files changed
sites/hurl.dev/_data/docs.yml
@@ -290,6 +290,7 @@
290
- title: split
291
- title: toDate
292
- title: toFloat
293
+ - title: toHex
294
- title: toInt
295
- title: toString
296
- title: urlDecode
sites/hurl.dev/_docs/filters.md
@@ -484,4 +484,4 @@ bytes decode "gb2312" xpath "string(//body)" == "你好世界"
484
[JSONPath]: https://goessner.net/articles/JsonPath/
485
[Base64 encoded string]: https://datatracker.ietf.org/doc/html/rfc4648#section-4
486
[Base64 URL safe encoding]: https://datatracker.ietf.org/doc/html/rfc4648#section-5
487
-[Encoding Standard]: https://encoding.spec.whatwg.org/]https://encoding.spec.whatwg.org/#concept-encoding-get
+[Encoding Standard]: https://encoding.spec.whatwg.org/#concept-encoding-get
0 commit comments