Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Split string

sri6666
Active Participant
0 Likes
850

Hi team, I have string like '12345A'

I want split this string in to two variables.

1st variable having numbers

2nd variable having character.

Please help with logic.

2 REPLIES 2
Read only

ChrisSolomon
Active Contributor
749

Use a regular expression.

Read only

matt
Active Contributor
0 Likes
749

I'd write some kind of program.

What have you tried?