• Login

Snippets

Entries for July 2012

23
String = "MyWord,AnotherWord,TheEnd" String = Regex.Replace(String, "(?<=,)(?!\\s)", " "); Value of the string is now . . . . . String = "MyW...

[Read the rest of this article...]

Regex
Posted in: C Sharp - C#
07
The Search Skin Object has 3 important attributes:   Attribute Values Default ...

[Read the rest of this article...]

Skin Object
Posted in: DNN, Skin Objects