Tech Tip: Regular expression to search for URL address
PRODUCT: 4D | VERSION: 11.6 | PLATFORM: Mac & Win
Published On: May 21, 2010
This tech tip demonstrates how to exrtact all URL addresses from text.
After executing this method the URL_a array will be populated with all URL addresses. This pattern works with most common url addresses.
If the user wants to instead validate a URL address the pattern should begin with "^" and end with "$".
|
After executing this method the URL_a array will be populated with all URL addresses. This pattern works with most common url addresses.
If the user wants to instead validate a URL address the pattern should begin with "^" and end with "$".