Check string to see if it DOES NOT start with "x" Check string to see if it DOES NOT start with "x"

HI @nmjvk

Try with this expression

System.Text.RegularExpressions.Regex.IsMatch(YourInputString,"^P-enhedens")

image

Regards
Gokul