alexa-games / skill-flow-builder

Development suite that helps you create narrative-driven Alexa skills, including a GUI editor and CLI
Other
69 stars 19 forks source link

fix: Optimized regular expressions within the editor #44

Closed toorooji closed 3 years ago

toorooji commented 3 years ago

Title

Optimized regular expressions within the editor

Description

Some of the regular expressions being used allowed backtracing. This change removes that backtracing by removing unnecessary nested captures.

Motivation and Context

The goal of this change is to prevent backtracing that could cause regular expressions to take longer than necessary.

Testing

Automated tests were successful, verified expected inputs manually and also verified a skill built using SFB.

Types of changes

Checklist

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.