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
Next revision
Previous revision
bash:strings:get_a_substring [2021/01/13 22:49] peterbash:strings:get_a_substring [2021/01/13 22:56] (current) peter
Line 42: Line 42:
  
 <WRAP info> <WRAP info>
-**NOTE:**  The number after the colon specifies the start position. +**NOTE:**  starting position of 0 this means start at the begin; and therefore returns everything.
- +
-At starting position is 0 this means start at the begin; and therefore returns everything.+
 </WRAP> </WRAP>
  
Line 155: 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.1610578189.txt.gz · Last modified: 2021/01/13 22:49 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki