is there a way to allow spaces in syntax? #73
Unanswered
sizzleweet
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So here's my regex:
^move [.](.*)[.] ([_a-zA-Z]*) ([1-3]) (10|[0-9]) ?([1-6][,](10|[0-9])[,](10|[0-9]))$
and here's my syntax:
move {move name} {stat/asset name} {stat value} {add value} {opt: roll your own: d6,d10,d10} - Does the thing
I'm wondering if there's a way to make it so that the first input can accept spaces? Or how should I write the syntax for an example like this:
move .Enter the fray. Heart 1 2 1,2,3
Also,
The shortcut is only working for some reason if I include the last three values. I wanted that to be optional... Am I doing that wrong?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions