2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-26 19:55:08 +00:00
fish-shell/doc_src/cmds/string-upper.rst

25 lines
544 B
ReStructuredText

string-upper - convert strings to uppercase
===========================================
Synopsis
--------
.. BEGIN SYNOPSIS
::
string upper [(-q | --quiet)] [STRING...]
.. END SYNOPSIS
Description
-----------
.. BEGIN DESCRIPTION
``string upper`` converts each string argument to uppercase. Exit status: 0 if at least one string was converted to uppercase, else 1. This means that in conjunction with the ``-q`` flag you can readily test whether a string is already uppercase.
.. END DESCRIPTION
.. BEGIN EXAMPLES
.. END EXAMPLES