substrings at the end of words
- To: mathgroup at smc.vnet.net
- Subject: [mg54960] substrings at the end of words
- From: fartous at mail15.com
- Date: Tue, 8 Mar 2005 05:03:45 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
a = {"edit", "listed", "called", "wedding"} StringCases[a, _ ~~ "ed"] Out[]= {{}, {ted}, {led}, {wed}} i want to extract only the "ed" string which located only at the end of the words, i could not do that using the above code. thanks jack
- Follow-Ups:
- Re: substrings at the end of words
- From: Chris Chiasson <chris.chiasson@gmail.com>
- Re: substrings at the end of words