Replies: 1 comment 5 replies
-
Hey @Zannith, we have some value converter code here that might be the source of the confusion. You can override the service and let it return the input directly without any manipulation. However, I'm a bit confused. Using your |
Beta Was this translation helpful? Give feedback.
5 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Does anyone have a suggestion for creating a RawString and InterpretedString rule?
I did have some terminals
But I found that when the rule returns string. That content gets automatically interpreted which made it so that I could not differentiate the literal newline characters in raw_string from actual newlines. The value returned would always be '\n'.
I was thinking trying to implement strings through an array or characters or something but i'm coming up empty on how to implement this. Does anyone have a solution or run across this?
Beta Was this translation helpful? Give feedback.
All reactions