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
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
Give us feedback
Regex How-To
Stable version
1.0.0
(Compatible with
OutSystems 11
)
Uploaded on
04 October 2020
by
João Marques
4.3
(4 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
(0)
Related assets
OutSystems Sample Data
OutSystems
A module with sample data to accelerate app prototyping and development.
36943
Field Services Mobile
OutSystems Lab
This app is a demo application with dummy data and should be used only for demonstration/test purposes. Field Services mobile app supports telecom technicians in performing field services. It’s specially designed for iPads, works completely offline, as it allows the technician to perform all tasks offline and synchronizes all data when connected. Uses mobile plugins to integrate location and barcode scanning with the device, and can be used as PWA (Progressive Web Application).
844
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.
2506
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
255
Password Validator Reactive
João Marques
This component provides basic validation for passwords, among which length, numbers and special characters compliance.
357
SEO Utils
Miguel Seabra Melo
This component provides additional functionality when you are building or generating SEO-friendly “pretty” URLs
253
Loading...
Loading