We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I have a question if it would be possible to check a match against another vairable like this:
{{#ifMatches messageTitle "^{{issue}}+"}} {{link}} {{/ifMatches}}
At the moment I cant check messageTitle against anything but this works:
{{#ifMatches issue "^[A-Z]+-[0-9]+"}} {{link}} {{/ifMatches}}
The text was updated successfully, but these errors were encountered:
Sounds like a nice feature.
PR:s are welcome. It has to be a simple implementation, I don't want this to complicate the code.
Sorry, something went wrong.
No branches or pull requests
I have a question if it would be possible to check a match against another vairable like this:
At the moment I cant check messageTitle against anything but this works:
The text was updated successfully, but these errors were encountered: