Skip to main content

🧡String Manipulation & Parameter Expansion

πŸ”‘ Get Length of String​

bash snippet


βœ‚οΈ Substring Extraction​

bash snippet


πŸ” Substring Replacement​

bash snippet


πŸ§ͺ Check if Variable is Set​

bash snippet


πŸ“› Default and Fallback Values​

bash snippet


❌ Error on Unset Variable​

bash snippet


🧹 Remove Prefix or Suffix​

bash snippet


πŸ”„ Case Modification (Bash 4+)​

bash snippet


πŸͺž Remove Matching Patterns​

bash snippet


βš™οΈ Indirect Expansion​

bash snippet


🧩 String Append and Prepend​

bash snippet


🧼 Trim Whitespace (Using Parameter Expansion + Regex)​

bash snippet


πŸ“¦ Join Array into String​

bash snippet


πŸ” Split String into Array​

bash snippet