Search

You searched for the word(s): userid:633775

Matching Posts

  • Re: Regular Expression Help

    actually, it should be: "public int __ReplaceTheFirstLetter" "public string __ReplaceTheFirstLetter" to "private int replaceTheFirstLetter" "private string replaceTheFirstLetter"
    Posted to C# (Forum) by nbruckelmyer on 11/19/2005
  • Regular Expression Help

    How can I replace this with a regular expression. "public __ReplaceTheFirstLetter" to "private replaceTheFirstLetter" I want to get rid of the double underscores and convert public to private and replace the first Cap. letter after the underscores to lowercase.
    Posted to C# (Forum) by nbruckelmyer on 11/19/2005
Page 1 of 1 (2 items)