1
2
3
4
public static class Hebrew
{
    static Dictionary<char, char> mapper = CombineMappers(
...

C# Toggle Hebrew Chars

by Shay Erlichmen, March 21, 2010 15:39, No refactoring, tagged with Hebrew, text, User input

Many times when having a He...

B5b3262f246b9c41f5298adc62747d52 Talk
1
2
3
4
original_file = File.open('content1.txt', 'r')
new_file = File.open('master1.txt', 'w')

...

Ruby Making email addresses out ...

by vire7, January 15, 2010 17:46, 2 refactorings, tagged with ruby, text, output

I have a text file with jus...

87f4477dced7fcff3ac2154e88d53210 Talk
1
2
3
4
<? php
if $userinput = "http://www."
{
...

PHP Replace user input with link

by Mlopez, January 02, 2008 01:39, 13 refactorings, tagged with replace, text, with, url, php, user, help, phrasing, parsing, http

im not quite sure where to ...

132a00e84e74c003f68311b39b28e969 Talk