Getting end of string...

This is a discussion on Getting end of string... within the alt.comp.lang.php forums, part of the PHP Programming Forums category; I need to find a simple way of getting the last 4 characters of a string. I am struggling to ...


Go Back   Usenet Forums > PHP Programming Forums > alt.comp.lang.php

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 10-05-2005
oi
 
Posts: n/a
Default Getting end of string...

I need to find a simple way of getting the last 4 characters of a string. I
am struggling to find it.

Any suggestions?

TIA

Mark


Reply With Quote
  #2 (permalink)  
Old 10-05-2005
Stefan Rybacki
 
Posts: n/a
Default Re: Getting end of string...

oi wrote:
> I need to find a simple way of getting the last 4 characters of a string. I
> am struggling to find it.
>
> Any suggestions?


substr($string,length($string)-4);

>
> TIA
>
> Mark
>
>

Reply With Quote
  #3 (permalink)  
Old 10-05-2005
Fabian Vilers
 
Posts: n/a
Default Re: Getting end of string...


> substr($string,length($string)-4);


Better one:

substr($string, -4);


Reply With Quote
  #4 (permalink)  
Old 10-05-2005
oi
 
Posts: n/a
Default Re: Getting end of string...

thanks guys...
"Fabian Vilers" <fvilers@REMOVME.be.keyware.com> wrote in message
news:43439f34$0$1818$6c56d894@reader0.news.be.easy net.net...
>
>> substr($string,length($string)-4);

>
> Better one:
>
> substr($string, -4);
>



Reply With Quote
  #5 (permalink)  
Old 10-05-2005
Stefan Rybacki
 
Posts: n/a
Default Re: Getting end of string...

Fabian Vilers wrote:
>>substr($string,length($string)-4);

>
>
> Better one:
>
> substr($string, -4);
>


Got me ;) Good suggestion.

Regards
Stefan
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 07:39 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0