Skip to content
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

Closed
7 tasks done
postmodern opened this issue Dec 10, 2024 · 0 comments
Closed
7 tasks done
Assignees
Labels
feature New Feature good first issue Good first issue idea Random idea patterns Text Patterns text
Milestone

Comments

@postmodern
Copy link
Member

postmodern commented Dec 10, 2024

Add more numeric regex constants to ronin/support/text/patterns/numeric, such as:

  • OCTAL_BYTE - matches 0, 7, 10, 77, 100, 377.
  • DECIMAL_BYTE - same as DECIMAL_OCTET.
  • HEX_BYTE - matches XX / 0xXX.
  • HEX_WORD - matches XXXX / 0xXXXX.
  • HEX_DWORD - matches XXXXXXXX / 0xXXXXXXXX.
  • HEX_QWORD - matches XXXXXXXXXXXXXXXX / 0xXXXXXXXXXXXXXXXX.
  • FLOAT - matches floating point numbers (ex: 0.123, 123.4567, 1.2e10, etc).
@postmodern postmodern added text feature New Feature idea Random idea patterns Text Patterns good first issue Good first issue labels Dec 10, 2024
@postmodern postmodern added this to the 1.2.0 milestone Dec 10, 2024
@postmodern postmodern self-assigned this Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New Feature good first issue Good first issue idea Random idea patterns Text Patterns text
Projects
None yet
Development

No branches or pull requests

1 participant