updated README.md with more text
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-28 21:50:34 +09:00
parent db2651d811
commit 21fc3dc86e
2 changed files with 134 additions and 50 deletions

View File

@ -1261,8 +1261,8 @@ enum hawk_trait_t
HAWK_NEWLINE = (1 << 5),
/**
* removes empty fields when splitting a record if FS is a regular
* expression and the match is all spaces.
* removes leading and trailing blank fields when splitting a record if FS
* is a regular expression and the match is all spaces.
*
* \code
* BEGIN { FS="[[:space:]]+"; }