dyon icon indicating copy to clipboard operation
dyon copied to clipboard

Regexp syntax like in Perl?

Open yaskhan opened this issue 8 years ago • 3 comments

yaskhan avatar Jun 10 '16 16:06 yaskhan

Consider using the popular regex crate for regex syntax compatibility with other rust projects, code re-use and taking advantage of their optimizations.

TheZalli avatar Aug 18 '16 21:08 TheZalli

I'm thinking about pattern matching now, see https://github.com/PistonDevelopers/dyon/issues/360. This could be part of how strings are matched.

bvssvni avatar Sep 06 '16 15:09 bvssvni

Having regular expression support would be a great win - lots of use-cases that it enables

stephanbuys avatar Mar 14 '18 08:03 stephanbuys