User Tools

Site Tools


es:mid

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
es:mid [2016/05/09 23:42]
francisco added the possibility to obtain the rest of the string without giving the correct length
es:mid [2020/02/28 10:46] (current)
Line 11: Line 11:
 <code> <code>
 print mid("Hello", 2, 3) print mid("Hello", 2, 3)
 +print mid("Hello", 2, 999)
 </code> </code>
 mostrarĂ¡: mostrarĂ¡:
 <code> <code>
 ell ell
 +ello
 </code> </code>
  
es/mid.1462858972.txt.gz · Last modified: 2020/02/28 10:46 (external edit)