Text
#99
Replies: 1 comment 1 reply
-
The Text parser describes just the text to match. In order to match ANY pattern within any annotation that has a given type, the within method of that pattern can be used, e.g. The same works to match one type within another: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Why Text does not accept Type argument?
class Text (text, name=None, matchcase=True)
I need to check within a specific type for a compiled regular expression.
Beta Was this translation helpful? Give feedback.
All reactions