/Users/jt/Source/nushelll str
str Various commands for working with string data.
strip
strings
str lpad Left-pad a string to a specific length
str trim Trim whitespace or specific character
str rpad Right-pad a string to a specific length
strerror
str upcase Make text uppercase
str to-int Deprecated command
str length Output the length of any strings in the pipeline
stringdups
str replace Find and replace text
str collect Concatenate multiple strings into a single string, with an optional separ
str reverse Reverse every string in the pipeline
str index-of Returns starting index of given pattern in string counting from 0. Return
04/13/2022 08:42:22 AM
Explanation
The image shows a terminal window with a list of commands related to string manipulation. The user has typed "str" and the system is showing available commands that start with "str" such as "strip", "lpad", "trim", etc. It also provides a brief description of each command.