Search Results
4 functions found:
| 1. | util.FormatWithMask (text_to_format ; format_mask) |
| Pip Meadway, PIPCO IT | |
| Format text with a simple mask using # as a placeholder for text in the mask | |
| 2. | util.MaxLengthInList ( value_list ) |
| Pip Meadway, PIPCO IT | |
| Returns the longest length of the item in the value list. | |
| 3. | util.TextMatchesFormat ( text_to_match ; format ) |
| Pip Meadway, PIPCO IT | |
| Determines if text_to_match is in the format specified | |
| 4. | util.UKPhone ( phone_number ) |
| 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) | |