string  rstrip(string value)
                    
                    
                
            
                
                    
                    
                    
                        string  rstrip(string value, string whitespace)
                    
                    
                
            
Returns a string with the trailing whitespace removed. If whitespace is provided, it is a string of characters that will be stripped.
| See also | |
| string |  |