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

Details
Extract information from plain text data with regular expressions, or from HTML with CSS selectors. Manipulate HTML documents with ease, and sanitize user input against HTML injection.
Read more

Supports regular expressions matching, complete with group capturing.

Also has standards-compliant HTML parsing, matching of html elements with CSS selectors syntax, and sanitization of untrusted HTML documents.

Release notes (3.2.0)

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").

License (3.2.0)
Reviews (2)
by 
2019-10-08
in version 3.1.0
Awesome and really useful component!
by 
2019-05-22
in version 3.1.0
That's awesome to add some advanced regex features on my app. Great job Leonardo!
Category
Functional libraries & utilities, Other functions & libraries
Tags
Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
Text and HTML Processing has no dependencies.
Application Objects
Text and HTML Processing has 4 AOs.
Team
Compatible with
Version 11
Database:
All
Asset consumers
No consumers yet.
Weekly downloads