Latest update
- How to decipher no parking signs? (UK)
- Bugs on mint leaves
- Something's eating my plants
- Term for Deceptive Logic
- In what context can kiniira mean 'pleased'?
- ことに… at the end of a sentence
- Must one have intent that a specific food will fulfill the third meal for them?
- The 70 weeks in Daniel 9
- What is “the day of the LORD” found in Isaiah 212 and elsewhere and when does/did it occur?
- Seagull S6 acoustic guitar feels very hard to play
- Customize SharePoint 2013 multiple choices field
- Process service call after sending response
- Forum Advanced solution on Drupal 8
- How to execute the code at certain time without relying on Cron
- Forum URl Alias
- Is it possible to alias paths for contextually generated page views?
- Images field is not loaded in node page in different language as default
- What do you optimize for? Sharpe ratio, profit factor, profit/drawdown, etc
- How does the 'selective liquidity taking' theory explain concavity of a market impact?
- The Top Ten Elements You Won't BELIEVE Are In This Array
How to Filter Directory Contents?
2017-05-19 16:17:45
How can I filter directory contents to return the highest numeric named directory? For example, suppose (directory-files "/some/dir") returns:
("." ".." "4.03.0" "4.02.9" "archives" "config" "log")
How can I extract the string "4.03.0"?
I tried using seq-remove with a regexp based predicate, but could not get it to work. Suggestions and insights appreciated. Thanks.