We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
AnnotatedText
\n
The issue can probably best be demonstrated with an example:
from ua_gec import AnnotatedText text = AnnotatedText(r'\n{=>_}') print(len(text.get_original_text())) # output: 1 print(text.get_annotations()[0].start) # output: 2