User Tools

Site Tools


bash:strings:get_a_substring

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
bash:strings:get_a_substring [2021/01/13 22:51] – [Return every character] peterbash:strings:get_a_substring [2021/01/13 22:56] (current) peter
Line 153: Line 153:
 Be aware that if the length of any position is longer than the string, then nothing is returned. Be aware that if the length of any position is longer than the string, then nothing is returned.
 </WRAP> </WRAP>
 +
 +----
 +
 +===== Substrings with Concatenation =====
 +
 +
 +<code bash>
 +var="abcdefgh"
 +echo ${var:0:(-1 -4)}XYZ
 +</code>
 +
 +returns:
 +
 +<code bash>
 +abcXYZ
 +</code>
  
 ---- ----
bash/strings/get_a_substring.1610578268.txt.gz · Last modified: 2021/01/13 22:51 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki