verbalexpressions
Web icon

VerbalExpressions

version 0.1.0 (Compatible with OutSystems 11)
Uploaded
 on 26 April 2019
 by 
0.0
 (0 ratings)
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)
Team
Other assets in this category