Skip to content

Commit

Permalink
docs: add io to fmt.md
Browse files Browse the repository at this point in the history
Signed-off-by: Gabor Boros <gabor.brs@gmail.com>
  • Loading branch information
gabor-boros committed May 8, 2022
1 parent a492b4c commit ce1b954
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/java/string-manipulation/fmt.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ layout: api-command
language: Java
permalink: api/java/fmt/
command: fmt
io:
- - r
- string
related_commands:
match: match/
split: split/
Expand Down
3 changes: 3 additions & 0 deletions api/javascript/string-manipulation/fmt.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ layout: api-command
language: JavaScript
permalink: api/javascript/fmt/
command: fmt
io:
- - r
- string
related_commands:
match: match/
split: split/
Expand Down
3 changes: 3 additions & 0 deletions api/python/string-manipulation/fmt.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ layout: api-command
language: Python
permalink: api/python/fmt/
command: fmt
io:
- - r
- string
related_commands:
match: match/
split: split/
Expand Down
3 changes: 3 additions & 0 deletions api/ruby/string-manipulation/fmt.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ layout: api-command
language: Ruby
permalink: api/ruby/fmt/
command: fmt
io:
- - r
- string
related_commands:
match: match/
split: split/
Expand Down

0 comments on commit ce1b954

Please sign in to comment.