Created on 20 March 2017
icon_unfollowing
Login to follow
text-and-html-processing

Text and HTML Processing

Stable version 3.2.0 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded on 16 February 2023 by 
text-and-html-processing

Text and HTML Processing

Created on OutSystems 11

Version 3.2.0

Stable
Current
Application Package
Uploaded on 16 February 2023 by 
Compatible with:
Version 11
Database:
All
Release notes:

Tweaked the "RegexCaptureAll" action to include a "Groups" attribute for every match, allowing to see the content of each named group within the match.


Note: Since the output structure of the "RegexCaptureAll" action was changed, you will now need to refresh and update your references to its results (e.g. change "RegexMatchAll.MatchedTextList.Current.Text" to "RegexMatchAll.MatchedTextList.Current.RegexCaptureGroup.Text").

Application Objects:
Text and HTML Processing has 4 AOs.

Version 3.1.1

Stable
Application Package
Uploaded on 04 November 2019 by 
Compatible with:
Version 11
Database:
All
Release notes:

Upgraded package to version 11.

Application Objects:
Text and HTML Processing has 4 AOs.
Created on OutSystems 10

Version 3.1.0

Stable
Application Package
Uploaded on 15 November 2018 by 
Compatible with:
Version 11
Version 10
Stack:
All
Database:
All
Release notes:
  • Added RegexMatchAll action which returns all matches of a regular expression

Version 3.0.0

Stable
Application Package
Uploaded on 22 January 2018 by 
Compatible with:
Version 11
Version 10
Stack:
All
Database:
All
Release notes:

Added support for parsing email messages.

Started adding actions to manipulate DOM.

Fixed SelectHtmlAttribute in java stack.