- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am looking for a LISP routine that can remove all text before or after a specific character in multiple text strings. I have found similar routines for block names but none yet for text strings. I have several dozen strings such as "12 FUSE, CARTRIDGE, 5 AMP" and "1 ASSEMBLY, POWER CONTROL" where the numbers at the start are item quantity. I want to separate the number and later text from eachother to make two strings.
Long explanation short: looking for 2 strings from 1. (1) just the numbers at the start of the string and (2) everything else.
So far the closest found:
http://www.lee-mac.com/texttowords.html
But I have to use text2mtxt on each and every line (which will eat up a lot of time).
Any help on this is appreciated greatly.
https://www.youracclaim.com/badges/9aa4a1d5-0d02-4888-be6f-ed8f0653d8ad/public_url
Solved! Go to Solution.