[FEATURE] PPL parse command should support substring match #2845
Labels
catch-all acknowledged
Marks issues caught in catch-all triage for searchability
enhancement
New feature or request
Is your feature request related to a problem?
What solution would you like?
Currently, parse using matcher.matches which requried the regex match the entire string.
We can consider change to matcher.find to match substring.
More reading, https://stackoverflow.com/questions/4450045/difference-between-matches-and-find-in-java-regex
What alternatives have you considered?
A clear and concise description of any alternative solutions or features you've considered.
Do you have any additional context?
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: