I have a question about Python regular expressions.

Asked 2 years ago, Updated 2 years ago, 24 views

Oops... I solved it myself. Thank you.

python

2022-09-21 20:57

1 Answers

Instead of trying to pull it out at once, wouldn't it be easy to get all the list of arguments by getting an argument string with function\s+\w+([\d\,\s]+) and then split and trim?


2022-09-21 20:57

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.