numeric-ranges Questions
6
Solved
In a Pylons webapp, I need to take a string such as "<3, 45, 46, 48-51, 77" and create a list of ints (which are actually IDs of objects) to search on.
Any suggestions on ways to do this? I'm ...
Conductance asked 3/4, 2009 at 3:33
1
I've recently been breaching out to Python, as C++ is fun and all, but python seems kinda cool. I want to make Python do something as long as the input is between a certain number range.
def ...
Hallel asked 8/11, 2017 at 19:50
6
Solved
I have a field on a form that takes the following values: -1, 2-10, 99
I have a business rule that's concerned with answers 2-10.
I'm trying to write a regular expression that will match 2-10 but...
Raggedy asked 9/2, 2009 at 16:19
1
© 2022 - 2024 — McMap. All rights reserved.