Skip to content

[feature request] Character separated list #798

Answered by huacnlee
StarlightIbuki asked this question in Q&A
Discussion options

You must be logged in to vote
ipv4 = @{ (code ~ "."){3} ~ code }
code = @{ ASCII_DIGIT{1,3} }

If we input: 127.0.0.1 then will get:

- ipv4: "127.0.0.1"

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tomtau
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #680 on February 11, 2023 04:59.