Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
See issue #995
shell.sed()
can accept either a JavaScript RegExp object or a String as itssearch_regex
parameter. We should consider the following behavior:sed
operates by default). Ex.(
and)
should match literal parentheses, and not denote a capture group.The current behavior is to treat Strings like extended regular expressions.