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
6095 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)
0
PhilB
A Score Level 1
over 9 years ago
I'd suggest you install the regex functions (see link below) and check out the email regular expressions using this tool:
http://regexr.com/
forum.appian.com/.../summary
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
vaibhavm
A Score Level 2
over 9 years ago
Hi erick This post might be helpful
forum.appian.com/.../b-50780
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sikhivahans
over 9 years ago
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/.../summary
.
Cancel
Vote Up
+1
Vote Down
Sign in to reply
Verify Answer
Cancel
0
erick258
over 9 years ago
Ah I see. Thanks.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
+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
0
PhilB
A Score Level 1
over 9 years ago
I'm not sure that regex is quite right - it seems to allow emails such as abc@insta..com, and abc..de@insta.com - maybe have a look at the community examples on
http://regexr.com/
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel