Created on 26 April 2019
icon_unfollowing
Login to follow
verbalexpressions

VerbalExpressions

Version 0.1.0 (Compatible with OutSystems 11)
Uploaded on 26 April 2019 by 
verbalexpressions

VerbalExpressions

Details
Regular expression made (slightly) easier by using Verbs (Server Actions)
Read more

Instead of thinking of the regex yourself, there are some Verbs you can use to build the regex and run it.

In PseudoCode:

CreateVerbalExpressions()
StartOfLine()
Then("http")
Maybe("s")
Then("://")
Maybe("www.")
AnythingBut(" ")
EndOfLine()

/* Create an example URL */
IsMatch("https://www.google.com") --> true
IsMatch("www.google.com") --> false


Release notes (0.1.0)
Reviews (0)
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
VerbalExpressions has no dependencies.
Application Objects
VerbalExpressions has 0 AOs.
Team
Compatible with
Version 11
Database:
All
Asset consumers
No consumers yet.
Weekly downloads