06-12-2008, 01:54 PM
im having difficulty with regualr expression.
Im not sure exactly how to use it as of yet and have been looking through.
str a = "Your name: Im craig234, $$: 1327"
the "$$:" and "1327" will not always be in the same place depending on your name and how much.
Im trying to remove everything to the left so i have just "1327" and when the string changes i will still be able to get how much is there.
Thanks.
Im not sure exactly how to use it as of yet and have been looking through.
str a = "Your name: Im craig234, $$: 1327"
the "$$:" and "1327" will not always be in the same place depending on your name and how much.
Im trying to remove everything to the left so i have just "1327" and when the string changes i will still be able to get how much is there.
Thanks.