I want to catch the first occurence of any of these strings: "csharp", "c sharp", and "c-sharp" (all case insensitive)
in the title and change it to "C#". For example,
"CSharp Certification, Development, and Training at C# Online.NET (CSharp-Online.NET)"
should become
"C# Certification, Development, and Training at C# Online.NET (CSharp-Online.NET)".
I tried to change the following line unsuccessfully:
Code: Select all
<title><?php $this->text('pagetitle') ?></title>Can anyone help this php-impaired individual? (Line above is in a MediaWiki skin.)