Hi Shanna,
There are also Input Masks forge components for Reactive, like the Input Masks Library forge component.
If you want to build the validations yourself, you can use Regular Expressions to validate that using the pattern ^(00316|06|\+316) - this means it will validate that the string starts with 00316, 06 or +316.

You can take a look at the component Regex How To forge component to learn how to use client side which makes more sense as you are building a Reactive application and doing UI validation.
Kind Regards,
João