During this video, we will learn how to validate URL in Power Apps. We will see how to validate URL with RegEx in canvas app.
Expression:
If(
IsMatch(
txtURL.Text,
"(?:http(s)?:\/\/)?[\w.-]+(?:\.[\w\.-]+)+[\w\-\._~:/?#[\]%@!\$&’\(\)\*\+,;=.]+$"
),
false,
true
)
Follow Dhruvin on Social Media:
Follow my other channel for short content: @DigitalDhruvin
Follow me on Instagram:
/ powerplatformguy
Looking for a Consultancy? Connect Here!
https://powerplatformtrainings.com/co...
Follow me on all social Media Handles:
https://linktr.ee/dhruvin.shah
#PowerPlatform #RegEx #PowerApps #digitaldhruvin #dhruvinshah #poweraddicts