Skip to content

Commit

Permalink
Add Field and Trim pipe's document.
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenDang committed Jan 22, 2020
1 parent ecbca34 commit a8767f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ PipeIt is a text transformation, conversion, cleansing and extraction tool.

- Split - split text to text array by given separator.
- RegexpSplit - split text to text array by given regexp expression.
- Fields - Fields splits the string s around each instance of one or more consecutive white space characters.
- Match - filter text array by regexp.
- Replace - replace each element of a text array.
- Surround - add prefix or suffix to each lement of a text array.
- Trim - Trim returns a slice of the string s with all leading and trailing Unicode code points contained in cutset removed.
- Join - join text array to single line of text by given separator.
- Line - output text array line by line.

Expand Down

0 comments on commit a8767f1

Please sign in to comment.