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

How can I capture groups ? #49

Open
prehonor opened this issue Jul 23, 2022 · 0 comments
Open

How can I capture groups ? #49

prehonor opened this issue Jul 23, 2022 · 0 comments

Comments

@prehonor
Copy link

This is my
(defun testreg (trojan)
(ppcre:register-groups-bind (first second third fouth fifth sixth seventh eighth ninth tenth eleventh twelfth) ("^(?:(1)|(2)|(3)|(4)|(5)|(6)|(7)|(8)|(9)|(a)|(b)|(c))+$" trojan)
(remove nil (list first second third fouth fifth sixth seventh eighth ninth tenth eleventh twelfth))))
(help-trojan-tolist "123456789ab")

but, I must define 12 parameters, is there other way that I use one parameter of list type to take 12 groups?

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

No branches or pull requests

1 participant