Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pattern / Template library #112

Open
raybellis opened this issue May 4, 2020 · 0 comments
Open

Pattern / Template library #112

raybellis opened this issue May 4, 2020 · 0 comments
Labels
Type/Enhancement New feature or improvement of existing feature

Comments

@raybellis
Copy link

There are some good examples in the help, but people might find it useful to have a pre-canned selection of rules that they can use.

Here's my contribution, which converts zoom#nnn-nnn-nnnn (optionally without the hyphens) into a link to a Zoom conference room:

Pattern (zoom#(?P<b1>\d{3})-?(?P<b2>\d{3})-?(?P<b3>\d{4}))
Template [Zoom Room ${b1}-${b2}-${b3}](https://zoom.us/j/${b1}${b2}${b3})
@levb levb added the Type/Enhancement New feature or improvement of existing feature label May 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type/Enhancement New feature or improvement of existing feature
Projects
None yet
Development

No branches or pull requests

2 participants