Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rawpixel-vincent authored Mar 10, 2024
1 parent c8177f6 commit f0a98be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The StringList class extends the Array with new methods and supercharges the arr

- then additional methods for string literals and type constructs are implemented:

- `without(...$)`: opposite of concat, accept string / list parameters.
- `without(...$)`: filter out the given values, accept string and StringList.
- `withPrefix($)`: add prefix to all the words.
- `withSuffix($)`: add suffix to all the words.
- `withDerivatedPrefix($)` and `withDerivatedSuffix($)`: Generate words variants with or without the given suffix/prefix depending on their presence.
Expand Down

0 comments on commit f0a98be

Please sign in to comment.