New: [feature request: support xpath functions for strings](https://github.com/clicon/clixon/issues/556)

Added: re-match, substring, string, string-length, translate, substring-before, substring-after, starts-with
This commit is contained in:
Olof hagsand 2024-11-01 15:11:28 +01:00
parent 3188e3cc59
commit 515d30bdd7
7 changed files with 741 additions and 45 deletions

View file

@ -1,5 +1,6 @@
#!/usr/bin/env bash
# test xpath functions within YANG conditionals
# For basic XPath tests see test_xpath.sh
# XPATH base https://www.w3.org/TR/xpath-10/
# YANG XPATH functions: https://tools.ietf.org/html/rfc7950
# Test of xpath functions: