Comparison of programming languages (string functions): Difference between revisions

Content deleted Content added
left: fix <syntaxhighlight> error
Add string length syntax for Bash
Line 1,744:
| <code></code>
|[[ALGOL 68]]
|-
|<code>echo "${#''string''}"</code>
| <code></code>
|[[Bash (Unix shell)|Bash]]
|-
| <code>length(''string'')</code>