Training
Training
Welcome
Guided Paths
Build an App
Training Planner
Courses
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Home
Jobs
Ideas
Members
Mentorship
User Groups
Downloads
Platforms
OutSystems.com
My Platform
Community
Resources
Support
Search in OutSystems
Log in
Sign Up
Community
›
Forge
›
Assets list
›
Regex How-To
Regex How-To
Stable version
1.0.0
(Compatible with
OutSystems 11
)
Uploaded
on
04 October 2020
by
4.4
(5 ratings)
Overview
Reviews
Versions
Documentation
Support
Regex How-To
Details
How to use regex both on client side (for reactive and mobile) and on server side (for traditional web or server side operations). Provides also testing capabilities (avoiding publish to test the error-prone regex syntax) as well as the most common scenarios such as email, credit card, phone number validation among others.
Read more
This component has 3 goals:
Show how to use Regular expressions for both client side
(use in Mobile and Reactive) as
well as server side
(use in Traditional web and server side operations);
Provide testing capabilities -
regex syntax is quite error-prone and may be a tiresome task to test it, having to go back to your code, publish and refresh dependencies so you can see if it works as desired. With this component, you have a sandbox to try out our matches both client and server side;
Provide the regular expressions for the most common scenarios
:
Validate dates (DD/MM/YYYY) - validates also the leap day (February 29th);
Validate credit card numbers;
Validate phone numbers;
Get domain from URL;
Validate IP address;
Get only letters from expression;
Get only numbers from expression;
Get only numbers and letters from expression;
Validates if there is at least one letter, one number and one special character (typical password use case)
Gets everything between commas
Release notes
(1.0.0)
Reviews
(1)
by
2 Mar
in version 1.0.0
Very useful for quick development.
Team
MVP
Other assets in this category
Demos & samples, Other demos & samples
Reactive Utilities
Miguel Vicente
A group of multiple utilities to use on your Mobile or Reactive applications. The main goal is to bring Text, HttpRequestHandler, and other extensions from the server-side to the client-side.
2833
Stripe Demo
Gurvinder Singh
A safe implementation of Stripe (credit card payment processor). More at www.stripe.com
374
Mark Search Text
Paulo Torres
Component to mark search text in expression
28
More from João Marques
SEO Utils on Steroids
João Marques
Make your URLs user-friendly and optimize your pages to rank higher on search engines like Google
329
Date time Utils
João Marques
Library with date time related Client and Server actions
914
Password Validator Reactive
João Marques
This component provides basic validation for passwords, among which length, numbers and special characters compliance.
535
Loading...
Loading