×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Thanks Jonathan for this great regular expression for offline structure controls that allows me to do a pre-check but here I would like to check the existence of this URL in an RPG program.
Regards,
Jean-Marc DUVAL
-----Message d'origine-----
De : RPG400-L <rpg400-l-bounces@xxxxxxxxxxxxxxxxxx> De la part de Jonathan Wilson
Envoyé : mercredi 15 mai 2019 10:47
À : rpg400-l@xxxxxxxxxxxxxxxxxx
Objet : Re: Validate URL in RPG
On Wed, 2019-05-15 at 08:26 +0000, Jean-Marc DUVAL wrote:
Hello everyone
I need to control that a URL entered by a user is valid.
Would anyone have an example of RPG code for this?
I'm going to have to say that regex might be the best way (I know nothing about regex) as there are a good few examples on the interwebby.
(
https://www.regextester.com/98055)
Likewise, there are examples of using regex from within RPG such as via SQL (possibly others, maybe C, or an API?).
The expression required is (remove quotes) "(ftp|http|https):\/\/(\w
+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?"
Hope this helps.
Regards,
Jean-Marc DUVAL
--
This is the RPG programming on IBM i (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link:
https://amazon.midrange.com
As an Amazon Associate we earn from qualifying purchases.