core/str

Bash Script String Support

Dependency Graph

core/str: Library Dependencies

View color source code (raw) for this file

View reStructuredText (rst) source code for this page

String Support

str_split()

Splits the strings ($@) by the given character ($1).

str_here_var()

Reads standard input into the named variable ($1).

$1 - Name of variable to receive stdin as a string.

str_trim()

Trims whitespaces from start and end of a string ($1).

str_endswith()

Returns success if a string ($1) ends with another string ($2).

str_startswith()

Returns success if a string ($1) start with another string ($2).


View the Developer Guide Index

View the Reference Manual Index


Generated on Fri Jul 28 14:37:20 PDT 2017 by mcsh d14 v0.23.0.