Content deleted Content added
→Common string functions (multi language reference): Did NOT add Swift w/"Extended Grapheme Cl."Seems to have str[start..<end] syntax only as of Swift 4 (and 0-based) https://stackoverflow.com/questions/39677330/how-does-string-substring-work-in-swift |
|||
Line 1,556:
| <code>[[Len (programming)|len]](''string'')</code>
| <code></code>
|[[BASIC]], [[FreeBASIC]], [[Python (programming language)|Python]], [[Go (programming language)|Go]], [[Pick Basic]]
|-
| <code>length(''string''), string:len(''string'')</code>
Line 1,564:
| <code>[[Len (programming)|Len]](''string'')</code>
| <code></code>
|[[Visual Basic|VB]], [[Pick Basic]]
|-
| <code>''string''.Length</code>
|