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

[FEA] Method to return starting index of regex match #16729

Closed
JamesMaki opened this issue Sep 3, 2024 · 1 comment · Fixed by #16742
Closed

[FEA] Method to return starting index of regex match #16729

JamesMaki opened this issue Sep 3, 2024 · 1 comment · Fixed by #16742
Assignees
Labels
feature request New feature or request

Comments

@JamesMaki
Copy link

Is your feature request related to a problem? Please describe.
Porting PCRE and Hyperscan regex patterns to NVIDIA Morpheus, existing solution uses functions from those frameworks that accept a regex pattern and return the starting index of the first match.

Describe the solution you'd like
Would it be possible to add regex pattern support to the existing .str.find implementation, or expose a flag on .str.match that enables returning the start index?

Describe alternatives you've considered
PCRE and Hyperscan regex engines

@JamesMaki JamesMaki added the feature request New feature or request label Sep 3, 2024
@JamesMaki
Copy link
Author

@beckernick

@davidwendt davidwendt self-assigned this Sep 4, 2024
@rapids-bot rapids-bot bot closed this as completed in 3faa3ee Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants