Twice use regexp #25590
Answered
by
vbukin
vbukin
asked this question in
Questions and Help
Twice use regexp
#25590
-
Hi there, i have func when i need to use twice regexp, but cypress async and i don't know how it refactor. getId() { |
Beta Was this translation helpful? Give feedback.
Answered by
vbukin
Jan 26, 2023
Replies: 1 comment
-
href.match - return array, so:
will be work, i wait only one match. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vbukin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
href.match - return array, so:
will be work, i wait only one match.