You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Not able to do multiple capture with the pattern (?<test>[entity=/B-ENTITY/]+) []*? [lemma=ubiquitination] in the sentence Herein, we provide an overview about some of the most important non-canonical functions of AHR, including crosstalk with major signaling pathways involved in controlling cell fate and function, immune responses, adaptation to low oxygen levels and oxidative stress, ubiquitination and proteasomal degradation
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
It should capture multiple, but it just capturing first, instance.
with (?<test>[entity=/B-ENTITY/]*) []*? [lemma=ubiquitination] * it doesn't capture anything
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here, such as browser version, operating system, or mobile vs. desktop.
The text was updated successfully, but these errors were encountered:
Describe the bug
Not able to do multiple capture with the pattern
(?<test>[entity=/B-ENTITY/]+) []*? [lemma=ubiquitination]
in the sentenceHerein, we provide an overview about some of the most important non-canonical functions of AHR, including crosstalk with major signaling pathways involved in controlling cell fate and function, immune responses, adaptation to low oxygen levels and oxidative stress, ubiquitination and proteasomal degradation
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should capture multiple, but it just capturing first, instance.
with
(?<test>[entity=/B-ENTITY/]*) []*? [lemma=ubiquitination]
* it doesn't capture anythingScreenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here, such as browser version, operating system, or mobile vs. desktop.
The text was updated successfully, but these errors were encountered: