我们如何regex在以下代码的代码中输入长度。现在我们可以插入超过 15 个digits,如果我使用regexasmask
<dxe:ButtonEdit x:Name="txtEdtMobile" Width="Auto" MaxLength="15" Grid.Column="2" Grid.Row="7" Margin="2,2,2,2" ValidateOnTextInput="True" ToolTip="SearchCountryCode" Mask="[+ 0-9]+" MaskType="RegEx" />