Sign up
Log in
My Platform
Tools
Tools
Go back
Downloads
IPP
Licensing
Learn
Learn
Go back
Training
Welcome
Guided Paths
Training Planner
Courses
Tech Talks
Classroom
Certifications
Documentation
Overview
OutSystems 11
Best Practices
How-to Guides
Community
Community
Go back
Home
Jobs
Forums
Forge
Ideas
Members
Badges
Support
OutSystems.com
Sign up
Log in
Go to List
Regex How-To
Stable Version
1.0.0
(OutSystems
11
)
Published on
04 October 2020
by
João Marques
Try Now
Try Now
Login to Download
Reactive
4.3
(4 ratings)
0 reviews
38
10
João Marques
Created on 04 October 2020
Login to Follow
Overview
Reviews
Versions
Support
Documentation
Regex How-To
Try Now
Try Now
Login to Download
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
Reviews
(0)
Category
Demos & samples, Other demos & samples
Tags
Regex
client
howto
IP
phonenumber
IBAN
Support Options
This component is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from
João Marques
who created this component.
Dependencies
OutSystems UI
2.5.8
See all 1 dependencies
Team
João Marques
Requirements
Platform:
11.8.0.12006
Database:
All
Stack:
.NET
Component Consumers
No consumers yet.
Weekly Downloads
Related Components
OutSystems Sample Data
OutSystems R&D
A module with sample data to accelerate app prototyping and development.
24544
Silk UI Sample Pages
OutSystems R&D
Sample Pages make full use off patterns to provide pre-built page contents, which can easily be used in any screen of your application. From login pages to dashboards, just pick the one that fits your needs. Learn how to start using Silk UI and see the examples at silkui.outsystems.com .
5797
Stripe Demo
Gurvinder Singh
A safe implementation of Stripe (credit card payment processor). More at www.stripe.com
251
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
47
SEO Utils
Miguel Seabra Melo
This component provides additional functionality when you are building or generating SEO-friendly “pretty” URLs
236
Password Validator Reactive
João Marques
This component provides basic validation for passwords, among which length, numbers and special characters compliance.
47
Loading...
Loading