Primary
regextest() ⚬ᵈᵛ|Documentation|1st|20260121231952-00-⌔
Functions - Dataview#regextestpattern-string
regextest(pattern, string)Checks if the given regex pattern can be found in the string (using the JavaScript regex engine).
regextest("\w+", "hello") = true regextest(".", "a") = true regextest("yes|no", "maybe") = false regextest("what", "what's up dog?") = truePrinted 2026-06-28.
(echo:: @ ᯤ)
Link to original
Secondary
• • •