String.prototype.afterLast >= 0.1.2
Purpose
Return the string after the last occurence of the given needle
Syntax
							String#afterLast
							(
								
									Stringneedle
								
							);
							
						
						
							Parameters
- needle
- The string to look for
Return values
										String
										
									
									
Comments