🔵 🔵 🔵


Primary

၊၊||၊|။

regexmatch() ⚬ᵈᵛ|Documentation|1st|20260121231952-00-⌔

Functions - Dataview#regexmatchpattern-string

regexmatch(pattern, string)

Checks if the given regex pattern matches the entire string, using the JavaScript regex engine. This differs from regextest in that regextest can match just parts of the text.

regexmatch("\w+", "hello") = true
regexmatch(".", "a") = true
regexmatch("yes|no", "maybe") = false
regexmatch("what", "what's up dog?") = false

Printed 2026-06-28.

(echo:: @ )

Link to original

Secondary

• • •