Login
Home
KB
Snippets
Current Articles
|
Archives
|
Search
Entries for July 2012
23
Regex - Insert a space after a comma
posted on July 23, 2012 09:42
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#
Actions:
E-mail
|
Permalink
|
Comments (0)
07
SEARCH Skin Object Attributes
posted on July 07, 2012 07:09
The Search Skin Object has 3 important attributes: Attribute Values Default ...
[Read the rest of this article...]
Skin Object
Posted in:
DNN
,
Skin Objects
Actions:
E-mail
|
Permalink
|
Comments (0)