Skip to content

Commit

Permalink
README: fix replace-first example
Browse files Browse the repository at this point in the history
fixes #44
  • Loading branch information
vindarel committed Apr 3, 2020
1 parent 37b9de3 commit ae99faf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -566,8 +566,8 @@ Return t if `s` has at least one alpha, letter, alphanum character (as with `alp
Replace the first occurence of `old` by `new` in `s`. Arguments are not regexs.


```cl
(replace-all "a" "o" "faa") ;; => "foo"
```lisp
(replace-first "a" "o" "faa") ;; => "foa"
```

Uses
Expand Down

0 comments on commit ae99faf

Please sign in to comment.