Status: Accepted
Owner: ----
Labels: Type-Enhancement
New issue 1017 by [email protected]: Raw string syntax
http://code.google.com/p/robotframework/issues/detail?id=1017
When working with regular expressions it would help if Robot Framework
would somehow support raw string syntax.
Raw strings are one of the nice properties in Python that many other
languages lack of.
This is a backwards incompatible change, as a new escape character(s) needs
to be added if this is to be implemented.
(Issue is based on a discussion with a NSN user)