-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more numeric regex constants to ronin/support/text/patterns/numeric
#553
Labels
Milestone
Comments
postmodern
added
text
feature
New Feature
idea
Random idea
patterns
Text Patterns
good first issue
Good first issue
labels
Dec 10, 2024
postmodern
added a commit
that referenced
this issue
Dec 10, 2024
postmodern
added a commit
that referenced
this issue
Dec 11, 2024
postmodern
added a commit
that referenced
this issue
Dec 11, 2024
postmodern
added a commit
that referenced
this issue
Dec 11, 2024
postmodern
added a commit
that referenced
this issue
Dec 11, 2024
postmodern
added a commit
that referenced
this issue
Dec 11, 2024
postmodern
added a commit
that referenced
this issue
Dec 11, 2024
postmodern
added a commit
that referenced
this issue
Dec 11, 2024
postmodern
added a commit
that referenced
this issue
Dec 11, 2024
postmodern
added a commit
that referenced
this issue
Dec 11, 2024
postmodern
added a commit
that referenced
this issue
Dec 12, 2024
postmodern
added a commit
that referenced
this issue
Dec 12, 2024
postmodern
added a commit
that referenced
this issue
Dec 12, 2024
postmodern
added a commit
that referenced
this issue
Dec 12, 2024
postmodern
added a commit
that referenced
this issue
Dec 12, 2024
postmodern
added a commit
that referenced
this issue
Dec 12, 2024
postmodern
added a commit
that referenced
this issue
Dec 12, 2024
postmodern
added a commit
that referenced
this issue
Dec 14, 2024
postmodern
added a commit
that referenced
this issue
Dec 14, 2024
postmodern
added a commit
that referenced
this issue
Dec 14, 2024
postmodern
added a commit
that referenced
this issue
Dec 14, 2024
postmodern
added a commit
that referenced
this issue
Dec 14, 2024
postmodern
added a commit
that referenced
this issue
Dec 14, 2024
postmodern
added a commit
that referenced
this issue
Dec 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add more numeric regex constants to
ronin/support/text/patterns/numeric
, such as:OCTAL_BYTE
- matches0
,7
,10
,77
,100
,377
.DECIMAL_BYTE
- same asDECIMAL_OCTET
.HEX_BYTE
- matchesXX
/0xXX
.HEX_WORD
- matchesXXXX
/0xXXXX
.HEX_DWORD
- matchesXXXXXXXX
/0xXXXXXXXX
.HEX_QWORD
- matchesXXXXXXXXXXXXXXXX
/0xXXXXXXXXXXXXXXXX
.FLOAT
- matches floating point numbers (ex:0.123
,123.4567
,1.2e10
, etc).The text was updated successfully, but these errors were encountered: