Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Suggested Answer
+1
person also asked this
people also asked this
Replies
6 replies
Answers
1 answer
Subscribers
8 subscribers
Views
6097 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Greetings, I am trying to validate my a!textField content whether it is an valid
erick258
over 9 years ago
Greetings, I am trying to validate my a!textField content whether it is an valid email address or not. Is there any function that can be used to validate that content with/without regex?
OriginalPostID-171780
OriginalPostID-171780
Discussion posts and replies are publicly visible
Top Replies
sikhivahans
over 9 years ago
+1
Not sure how much useful it is, but just to add some more information to other's valuable suggestions, there is a function by name 'validateEmailAddress' in People Functions plugin at forum.appian.com…
Sandeep Deshmukh
over 9 years ago
+1
suggested
Hi ericks, You can use this expression: =regexmatch("^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\\.[a-zA-Z0-9-.]+$",ri!emailAddress)
Parents
+1
Sandeep Deshmukh
over 9 years ago
Hi ericks,
You can use this expression:
=regexmatch("^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\\.[a-zA-Z0-9-.]+$",ri!emailAddress)
Cancel
Vote Up
+1
Vote Down
Sign in to reply
Verify Answer
Reject Answer
Cancel
Reply
+1
Sandeep Deshmukh
over 9 years ago
Hi ericks,
You can use this expression:
=regexmatch("^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\\.[a-zA-Z0-9-.]+$",ri!emailAddress)
Cancel
Vote Up
+1
Vote Down
Sign in to reply
Verify Answer
Reject Answer
Cancel
Children
No Data