-
I'm trying to find all words that are matching the regex pattern: `let re = Regex::new(regex_key.as_str(), RegexCompileFlags::MULTILINE, RegexMatchFlags::DEFAULT).expect("Coudn't create the regex key.");
But it fetches only first word in the string. How to get all words from a string which are matching the regex pattern? |
Beta Was this translation helpful? Give feedback.
Answered by
Wanpaku
May 24, 2024
Replies: 1 comment
-
Solution:
But there is a bug now. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Wanpaku
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solution: