How to split string into numerics and alphabets using Regex

Posted by user99322 on Stack Overflow See other posts from Stack Overflow or by user99322
Published on 2010-04-15T14:04:18Z Indexed on 2010/04/15 14:13 UTC
Read the original article Hit count: 282

Filed under:
|

I want to split a string like "001A" into "001" and "A"

© Stack Overflow or respective owner

Related posts about c#

Related posts about regex