Example #1
0
 /// <summary>
 ///  Performs a chomp on <paramref name="s"/>
 /// </summary>
 /// <param name="s">
 ///  The string to be chomped
 /// </param>
 /// <returns>
 ///  The chomped result
 /// </returns>
 public static string Chomp(this string s)
 {
     return(Chomper.Chomp(s));
 }