|
Yokito Newbie
Joined: 20 Jan 2006 Posts: 5
|
Posted: Sun Mar 05, 2006 3:56 am
Getting articles out of a string |
Is there a way to find if there's any articles (a,an,the) in a string you store, and if so, remove them?
|
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Sun Mar 05, 2006 6:42 am |
#forall "an|a|the|some" {MyVar = %replace(@MyVar,"%i", "")}
|
|
_________________ EDIT: I didn't like my old signature |
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|