Hello,
Neither of these constraint types are currently supported, though we do have an interest in expanding our constraint types in the future.
Currently on node properties we support uniqueness, existence, and node key constraints.
You could implement a before-commit trigger (via APOC or with your own transaction listener) to check for such conditions and fail the transaction if it doesn't adhere to what you're expecting.