converting PCRE to tintin #129
nacjacks
started this conversation in
Script help
Replies: 1 comment
-
You'd have to either use:
or properly convert it to tintin's regex format. |
Beta Was this translation helpful? Give feedback.
0 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.
-
I have a working regular expression https://regex101.com/r/ll9vrk/1 matching prompts from a mud. When I convert it to a tintin++ action it does not fire. I believe it is in
{\[Pos:{standing|sitting|resting|sleeping}\]{\s\[.+\]}?}
but not sure.#ACTION {^{[\d]*H}\s{[\d]*V}\s{[\d]*X}\s{.+\%}\s{[\d]*C}\s{\[Pos:{standing|sitting|resting|sleeping}\]{\s\[.+\]}?}\s{Mem:\d+\s}?{T:\d*}\s{.*}} { #SHOW {action triggered}; }
Beta Was this translation helpful? Give feedback.
All reactions