Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
3 replies
Subscribers
9 subscribers
Views
2378 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
What is the best way to parse a Text (string) in Appian? For example, say I have
erickp
over 9 years ago
What is the best way to parse a Text (string) in Appian? For example, say I have the string "hello this is a test" and I want to return only what is after "hello". So what are the best functions to parse a Text in Appian? Please provide any link in the documentation if needed.
OriginalPostID-191915
OriginalPostID-191915
Discussion posts and replies are publicly visible
0
Eliot Gerson
Appian Employee
over 9 years ago
There are a wide variety of text functions in Appian. You can find a list and description of them at
forum.appian.com/.../Appian_Functions.html
. Was there something more specific you were looking for?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
erickp
over 9 years ago
Thanks Eliot. What is the difference, for instance, between search() and find()? I am assuming the most important differences are that find() accepts wild cards and is case sensitive? Are there performance differences? Does Appian provides best practices when parsing strings?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eliot Gerson
Appian Employee
over 9 years ago
Yes, the primary difference is case-sensitivity. An easy way to test performance is through the Interface Designer, where you can see how long it takes your code to run. You can also see even more detailed information with the Performance View
forum.appian.com/.../Performance_View.html
.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel