Article Benjamin Thorne · Aug 7, 2018 1m read Validate Email Address with non-English characters The following code snippet is a REGEX that validates characters that are not in English, as well as English characters. The class method "test" takes an email address and validates it based on this additional criteria: #Code Snippet #InterSystems IRIS #ObjectScript #Tips & Tricks #Caché 1 1 0 992
Article Benjamin Thorne · Aug 1, 2018 1m read Find diff between two ObjectScript lists (Originally posted by @Eduard Lebedyuk on Intersystems CODE, 6/26/14) This code snippet determines the difference between two ObjectScript lists. The class method "test" runs the code, and its parameters are detailed in the comments: #Code Snippet #InterSystems IRIS #ObjectScript #Caché 2 1 0 830
Article Benjamin Thorne · Jul 24, 2018 1m read Check audit settings programmatically The following code allows a user to view the audit settings of their instance. Run the code by running the class method "test": #Code Snippet #InterSystems IRIS #ObjectScript #Caché 3 1 1 654
Article Benjamin Thorne · Jul 17, 2018 1m read Use GZIP to compress/decompress files The following code snippet uses GZIP to compress/decompress a file. Choose a file by specifying a file path in the "filename" variable. #Caché #Code Snippet #InterSystems IRIS #ObjectScript 5 6 1 2.1K