Added string functions (replace_e,pad_e,pos_e,rpos_e,and explode_e) that allow the...
authorJack D. Pond <jdpond@users.mediawiki.org>
Fri, 11 Sep 2009 22:50:34 +0000 (22:50 +0000)
committerJack D. Pond <jdpond@users.mediawiki.org>
Fri, 11 Sep 2009 22:50:34 +0000 (22:50 +0000)
commitd941edc9be13fa513055c7ac7a915ba4a275cb02
tree7a258c874084acafe6bfb4568ec4bfbcd0dc54cd
parentcfda3941c9037a41ff65a5e49740087737e62688
Added string functions (replace_e,pad_e,pos_e,rpos_e,and explode_e) that allow the use of c-type escaped characters ("\n","\t", etc.) in relevant existing string functions.
extensions/StringFunctionsEscaped/README [new file with mode: 0644]
extensions/StringFunctionsEscaped/StringFunctionsEscaped.php [new file with mode: 0644]