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 43
43
-- | * The replacement expression for a traditional regular expression-based
44
44
-- | substitution command is usually just a string template in which
45
45
-- | 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.
48
48
-- |
49
49
-- | #### Implementation Notes
50
50
-- |
@@ -498,7 +498,7 @@ replaceT input sep = do
498
498
-- | or
499
499
-- | [Data.String.Regex.replace'](https://pursuit.purescript.org/packages/purescript-strings/docs/Data.String.Regex#v:replace').
500
500
-- |
501
- -- | #### Access the matched section of text in the `editor`
501
+ -- | #### Access the matched section of the input string
502
502
-- |
503
503
-- | To get access to the matched string for calculating the replacement,
504
504
-- | combine the pattern parser `sep`
You can’t perform that action at this time.
0 commit comments