MycroftAI / ZZZ-RETIRED__mycroft-core-documentation

ZZZ ARCHIVED - Documentation for Mycroft Core.
https://docs.mycroft.ai
33 stars 22 forks source link

Update docs to talk about regex #30

Closed ethanaward closed 8 years ago

ethanaward commented 8 years ago

This changes the skill creation docs to mention and explain the use of regex.

ChristopherRogers1991 commented 8 years ago

Looks good to me. Not sure if it's something you'd want to include, but someone at work recently showed me regex101. It's a pretty fantastic tool for helping to generate and test regular expressions. In the bottom right, it's got a nice reference for all the tokens, anchors, etc. If you check out this one I saved, you can see where I was testing one of mine. On the right again, above the reference section, it should show you details about what the pattern will match, and the values of the keys that are being extracted.