Below are snippets for kvj86210.

ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

6
Date Submitted Sun. May. 27th, 2007 11:14 AM
Revision 1
Beginner kvj86210
Tags python
Comments 0 comments
Create a regular expression pattern matching any positive number that is less than or equal to the given max number

Example:

pattern = createRegExNumberPattern( 950 )

print pattern

([0-8]\d\d)|(9[0-4]\d)|(950)
6
Date Submitted Mon. Nov. 27th, 2006 4:34 PM
Revision 1
Beginner kvj86210
Tags "Text Processing" | Powershell
Comments 0 comments
A set of routines to convert between capitalization styles and a format that can be shown to an end user. Probably the first Windows Powershell snippet submitted.

Examples:

CounterClockwise --> Counter Clockwise
FOOLISH_MORTALS --> FoolishMortals
FasterThanLight --> FASTER_THAN_LIGHT