I want to parse a GraphQL document using Dart PetitParser. To be able to support BlockString (multi-line string) I'm looking for a way to get
from
"""
abc
\"""
def
"""
this part out
abc
\"""
def
Full syntax https://facebook.github.io/graphql/draft/#sec-String-Value