File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4343-- | * The replacement expression for a traditional regular expression-based
4444-- | substitution command is usually just a string template in which
4545-- | the *Nth* “capture group” can be inserted with the syntax `\N`. With
46- -- | this library, instead of a template, we get
47- -- | an `editor` function which can perform any computation, including `Effect`s.
46+ -- | this library, instead of a template, we
47+ -- | can perform any replacement computation, including `Effect`s.
4848-- |
4949-- | #### Implementation Notes
5050-- |
@@ -498,7 +498,7 @@ replaceT input sep = do
498498-- | or
499499-- | [Data.String.Regex.replace'](https://pursuit.purescript.org/packages/purescript-strings/docs/Data.String.Regex#v:replace').
500500-- |
501- -- | #### Access the matched section of text in the `editor`
501+ -- | #### Access the matched section of the input string
502502-- |
503503-- | To get access to the matched string for calculating the replacement,
504504-- | combine the pattern parser `sep`
You can’t perform that action at this time.
0 commit comments