Regex to match odd numbers
Alex Balhatchet
alex at lokku.com
Tue May 27 16:42:40 BST 2014
Previous message:
Regex to match odd numbers
Next message:
Regex to match odd numbers
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Odd numbers end in [13579] so... m{5 [.] \d* [13579]}gmsx ... ? - Alex
Previous message:
Regex to match odd numbers
Next message:
Regex to match odd numbers
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the london.pm mailing list