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

Content deleted Content added
m Reverting possible vandalism by Suha 652 to version by Bikashdaga09. Report False Positive? Thanks, ClueBot NG. (4134735) (Bot)
Line 24:
:e.g. <code>length("hello world")</code> would return 11.
 
Other languages may have string functions with similar or exactly the same syntax or parameters or outcomes. For example, in many languages the length function is usually represented as ''[[Len (programming)|len]](string)''. The below list of common functions aims to help limit this confusion.
 
==Common string functions (multi language reference)==
Line 1,771:
|[[Ingres (database)|Ingres]], [[Perl 5]], [[Pascal (programming language)|Pascal]], [[Object Pascal]] ([[Delphi (programming language)|Delphi]]), [[Rexx]], [[Seed7]], [[SQL]], [[PL/I]]
|-
| <code>[[Len (programming)|len]](''string'')</code>
| <code></code>
|[[BASIC]], [[FreeBASIC]], [[Python (programming language)|Python]], [[Go (programming language)|Go]], [[Pick Basic]]
Line 1,779:
|[[Erlang (programming language)|Erlang]]
|-
| <code>[[Len (programming)|Len]](''string'')</code>
| <code></code>
|[[Visual Basic (classic)|VB]], [[Pick Basic]]