Skip to content

Conversation

litefeel
Copy link

old regex: function<(.+) .*\((.*)\)>
now regex: function<(.+) *\((.*)\)>

input string is function<Ref *(void)>
result about first group:
old: Ref
now: Ref *

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant