7 skills found
rsl / StringexSome [hopefully] useful extensions to Ruby’s String class. It is made up of three libraries: ActsAsUrl [permalink solution with better character translation], Unidecoder [Unicode to Ascii transliteration], and StringExtensions [miscellaneous helper methods for the String class].
timothymugayi / StringExtensionsc# String Extensions Library
koenbeuk / StringExtensionsBy default, the .NET BCL introduces a set of static methods and instance members for the String type that gives us basic support for common string operations. Unfortunately, the methods offered are incomplete. Methods like Contains and Replace provide no mechanism whatsoever for explicitly setting the comparison type. Try and replace a word within a string with another word while not caring about capitals and share the pain.
sebescudie / VL.StringExtensionsA VL plugin that wraps some .NET String Extensions libraries
IvanStoychev / IvanStoychev.Useful.String.ExtensionsA .Net library of useful extension methods for the "string" class in C#.
emreerkan / StringExtensionsA set of string extensions to extend string capabilities of JavaScript.
samuelneff / StringExtensionsOverloads of Enumerable extension methods specifically optimized for use on strings.