String.prototype.stripTags >= 0.1.2
Purpose
Remove HTML tags from the string
Syntax
							String#stripTags
							(
								
							);
							
						
						
						
							
							
							
						
						
							
								Return values
										String
										
									
									
Examples
'This is a <b>bold</b> string'.stripTags();>>> "This is a bold string"
Comments