Regular expressions: Difference between revisions

Content deleted Content added
Aartaka (talk | contribs)
Add ed example
Aartaka (talk | contribs)
→‎{{header|ed}}: Expand on things
 
Line 827:
 
=={{header|ed}}==
 
Ed <tt>s</tt> command is using regex for substitution, so the editor has built-in native support for regex.
 
<syntaxhighlight lang="sed">