StrataFrame Forum
Back
Login
Login
Home
»
.NET Forums
»
General .NET Discussion
»
How to parse alphanumeric value?
How to parse alphanumeric value?
Post Reply
Like
2
How to parse alphanumeric value?
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
Edhy Rijo
E
Edhy Rijo
posted 15 Years Ago
ANSWER
HOT
Topic Details
Share Topic
E
Group: StrataFrame Users
Posts: 2.4K,
Visits: 23K
I have a field which may have alphanumeric values like this:
AMDNY-0001253
AMDNJ-0011253
000001253
XXHAM 1253
I need to get the numeric part to do some calculations and then assembly the alpha + numeric part again. Is there any cool .Net function that would help me on this process instead of me looping the value backwards to get only the numeric part of 1253 in the above example?
Edhy Rijo
Reply
Like
2
Replies
Greg McGuffey
Greg McGuffey
posted 15 Years Ago
ANSWER
Post Details
Share Post
Group: Forum Members
Posts: 2K,
Visits: 6.6K
I think I'd try RegexMagic. It looks really accessible, with the ability to build regex patterns without having to actually know regex (i.e. they've abstracted out many pattern matching concepts to a higher level...you can search for a SSN rather than having to know the regex ([0-9]{3}-[0-9]{2}-[0-9]{4}). It also can generate code snippets for you. And there is a free trial... Sounds like its worth a try to me!
http://www.regexmagic.com/
http://www.regexmagic.com/download.html
Regex Buddy is more useful if you already know regex (or want to learn it) and it doesn't have a free trial (but does have a nice money back guarantee).
My guess is that you'd still want to learn regex, but regex magic might make it possible to start using regex without the hours of trying to figure out how to build a pattern, which might actually increase the speed you learn it.
Reply
Like
2
Edhy Rijo
E
Edhy Rijo
posted 15 Years Ago
ANSWER
Post Details
Share Post
E
Group: StrataFrame Users
Posts: 2.4K,
Visits: 23K
Hi Greg and all,
Just to let you know that today I finally had the opportunity to test a Regex match and replace and with the help of the RegexMagic I was able to create the correct pattern and replaced the previous flat condition which had to match several characters using String.Replace().Replace(), etc.
Once again, thanks for the contribution and push
nicely for us to move in the right direction
Edhy Rijo
Reply
Like
2
Greg McGuffey
Greg McGuffey
posted 15 Years Ago
ANSWER
Post Details
Share Post
Group: Forum Members
Posts: 2K,
Visits: 6.6K
Glad to hear it! Sounds like RegexMagic is quite helpful.
Reply
Like
2
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Threaded View
Threaded View
How to parse alphanumeric value?
Edhy Rijo
-
15 Years Ago
Regex! It is a bit of a pain to learn, but it rocks at solving...
Greg McGuffey
-
15 Years Ago
Whoops, code example got messed up because of less than/greater than...
Greg McGuffey
-
15 Years Ago
Thanks Greg,
I will investigate RegEx even though in my...
Edhy Rijo
-
15 Years Ago
Greg, once again, thanks for the RegEx samples but I decided to create...
Edhy Rijo
-
15 Years Ago
I'm glad you got it going.
I'd suggest that when you have...
Greg McGuffey
-
15 Years Ago
[quote][b]Greg McGuffey (06/15/2010)[/b][hr]I'd suggest that when you...
Edhy Rijo
-
15 Years Ago
Hey Edhy
As you explore regex be sure to check out this...
Charles R Hankey
-
15 Years Ago
Using some kind of tool definitely makes using Regex easier. The tool...
Greg McGuffey
-
15 Years Ago
Hey, good to know. I've got RegexBuddy, will have a look at RegexMagic...
Ivan George Borges
-
15 Years Ago
Thanks Charles,
Believe me, taking a quick look at the...
Edhy Rijo
-
15 Years Ago
Whatever tool you use notice there is a regex tutorial link on the...
Charles R Hankey
-
15 Years Ago
I think I'd try RegexMagic. It looks really accessible, with the...
Greg McGuffey
-
15 Years Ago
Hi Greg and all,
Just to let you know that today I finally...
Edhy Rijo
-
15 Years Ago
Glad to hear it! Sounds like RegexMagic is quite helpful.
Greg McGuffey
-
15 Years Ago
Post Reply
Like
2
Similar Topics
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search