User bio
404 bio not found
Maine, USA
Member since Feb 18, 2016
Posts:
Replies:
The IRIS regex functionality is built on the ICU engine, which was based on (but does not rigorously adhere to) PCRE. This includes the ObjectScript $MATCH() and $LOCATE() functions as well as the %Regex.Matcher class. A web search turns up a handful of articles and posts discussing the differences between the two.
Python has a PCRE library (python-pcre) that may help if your development effort can be transitioned in whole or part to Python.
Found the SequenceNumber Property property. Just what I needed needed!
for i = 1:1:count {w cdef.Properties.GetAt(i).Name_"|"_cdef.Properties.GetAt(i).Parameters.GetAt("MAXLEN")_"|"_cdef.Properties.GetAt(i).SequenceNumber,!}
Certifications & Credly badges:


Global Masters badges:







Followers:
Following:
Are you looking to view the expected request and/or response? The %Net.HttpRequest Send() method has a test argument as its 3rd option; setting it to 1 outputs the request, 2 the response, and 3 the response headers.
It's unfortunate that this isn't described in the class documentation; you have to look at the source to figure out what the test argument does.