in reply to Re: substr outside of string
in thread substr outside of string
I hope this helps, and reply if you need any more help. Haysif (length($str) < $index) { $s=substr($str,$index,1); } else { whatever else }
Edit: Removed the poorly placed my
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: substr outside of string
by ikegami (Patriarch) on Sep 09, 2006 at 18:40 UTC | |
by hgolden (Pilgrim) on Sep 09, 2006 at 19:29 UTC | |
|
Re^3: substr outside of string
by Anonymous Monk on May 03, 2012 at 05:23 UTC |