gpt4 book ai didi

regex - 使用 TextInput 的 IP 地址掩码

转载 作者:行者123 更新时间:2023-12-04 21:48:31 24 4
gpt4 key购买 nike

我正在尝试创建一个 TextInput对于 IP 地址,我需要控制范围( 0-255 )。

我用了 regExp验证器,还有一个 inputMask"000.000.000.000;0"但这取消了验证器。

如何使用输入掩码创建 IP 验证器?

TextInput
{
id: myLineEdit
anchors.fill: parent
cursorVisible: true
focus: true

validator:RegExpValidator
{
regExp:/^(([01]?[0-9]?[0-9]|2([0-4][0-9]|5[0-5]))\.){3}([01]?[0-9]?[0-9]|2([0-4][0-9]|5[0-5]))$/
}

inputMask: "000.000.000.000;0"
}

最佳答案

跳过输入掩码。

您应该为 IPv4 和 IPv6 定义不同的组件。

关于regex - 使用 TextInput 的 IP 地址掩码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10171189/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com