Search Results
3 functions found:
1. | get_params |
Average rating: 3.7 | |
Steve Harley | |
automatically turns named script parameters into local variables | |
2. | is_valid_number (some_text) |
Average rating: 4.6 | |
Steve Harley | |
returns true (1) if the input text represents a valid number | |
3. | repeat_insert (a_string; to_insert; the_interval) |
Average rating: 4.5 | |
Steve Harley | |
insert a string every so many positions within another string | |