How can i split the below string
Input: My?name/isNandha-welcome^
expected output:
My
Name
isNandha
welcome
Thanks
Input: My?name/isNandha-welcome^
expected output:
My
Name
isNandha
welcome
Thanks
|
Split a string with multiple delimiters in VBScript
|
|
How can i split the below string
Input: My?name/isNandha-welcome^ expected output: My Name isNandha welcome Thanks
This is a good question.
I am sure there can be multiple way to solve this. Here is one of the solutions I created for you. You just need to call ALL the delimiters you use in the string and the custom SplitExtended function will do the rest. Essentially I am using the built in Replace function to run n times where n is the number of delimiters you supply in the array. Code: Function SplitExtended (sPhraseFn, aDelimiters)
Want to fast track your QTP/UFT Learning? Join our UFT Training Course
(02-09-2018, 01:03 AM)Ankur Wrote: This is a good question.Wow!!! thanks alot Ankur.. |
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| Split function in string | nidhishnair | 13 | 66,947 |
07-07-2020, 03:47 PM Last Post: helmzshelmz |
|
|
|
Split Function | Chaithra N | 0 | 1,473 |
12-18-2019, 11:33 AM Last Post: Chaithra N |
| Replace a string in a word document with another string | rekha.naik | 8 | 16,614 |
11-14-2013, 12:58 PM Last Post: pranikgarg |
|
| Split Function | diya | 2 | 6,297 |
11-28-2012, 08:49 PM Last Post: diya |
|
|
|
Deatils on Split action with Nested type | sams001 | 0 | 3,665 |
10-30-2012, 03:03 PM Last Post: sams001 |