Splits strings lazily, instead of splitting entire string into an array like System.String.Split. Especially useful for very large strings.
7 people like thisPosted: 13 years ago by Daniel Robinson
Function that parses a Roman-numeral string and return the number it represents.
3 people like thisPosted: 13 years ago by Naveen
Concatenates two strings together: ML or OCaml style
2 people like thisPosted: 13 years ago by Cameron Frederick
Dear #fssnip newbies, please do not write F# code as if you are still in C#. Direct ports are meaningless. Among other things, please learn what structural equality is.
4 people like thisPosted: 11 years ago by @kot_2010
Converts string to Pascal or camel case. Useful mostly for identifiers. Uses case changes to determine word boundaries.
4 people like thisPosted: 13 years ago by Daniel Robinson
Just a pendant to Naveen's readromannumerals; takes an int and produces a roman numeral string
4 people like thisPosted: 13 years ago by Jonas Avelin
Tests if a string is a palindrome (whitespace independent)
1 people like thisPosted: 11 years ago by devshorts
Identify differences between two generally aligned strings.
4 people like thisPosted: 10 years ago by Kit Eason