Search Results
4 functions found:
1. | util.FormatWithMask (text_to_format ; format_mask) |
Average rating: 0.0 | |
Pip Meadway, PIPCO IT | |
Format text with a simple mask using # as a placeholder for text in the mask | |
2. | util.MaxLengthInList ( value_list ) |
Average rating: 0.0 | |
Pip Meadway, PIPCO IT | |
Returns the longest length of the item in the value list. | |
3. | util.TextMatchesFormat ( text_to_match ; format ) |
Average rating: 0.0 | |
Pip Meadway, PIPCO IT | |
Determines if text_to_match is in the format specified | |
4. | util.UKPhone ( phone_number ) |
Average rating: 0.0 | |
Pip Meadway, PIPCO IT | |
Determines if the phone number is a valid UK phone number, and if so returns it correctly formatted. If not, returns False (0) | |