Issues with TemplateLiteralParser for Extracting Strings from HTML

Is TemplateLiteralParser made for extracting a string from large text such as html? It seems a bit buggy:

https://effect.website/play#9afd1ecfe793 works because we use Schema.Number, however I cannot convert it to a number as it originally is a string.
https://effect.website/play#4a1b7382cae5 changing it to Schema.String results in capturing more than what I'd expect.
Was this page helpful?