Hi,
We want to remove every instance where there is a _400 packs from a string of text.
So in the example below I want all of the 41S7_400, & 41S8_400, & 41S10_400, removed
41S7_1,41S7_2,41S7_5,41S7_10,41S7_20,41S7_30,41S7_50,41S7_100,41S7_200,41S7_300,41S7_400,41S7_500,41S7_1000,41S8_1,41S8_2,41S8_5,41S8_10,41S8_20,41S8_30,41S8_50,41S8_100,41S8_200,41S8_300,41S8_400,41S8_500,41S8_1000,41S10_1,41S10_2,41S10_5,41S10_10,41S10_20,41S10_30,41S10_50,41S10_100,41S10_200,41S10_300,41S10_400,41S10_500,41S10_1000,
So it ends up looking like this
41S7_1,41S7_2,41S7_5,41S7_10,41S7_20,41S7_30,41S7_50,41S7_100,41S7_200,41S7_300,41S7_500,41S7_1000,41S8_1,41S8_2,41S8_5,41S8_10,41S8_20,41S8_30,41S8_50,41S8_100,41S8_200,41S8_300,41S8_500,41S8_1000,41S10_1,41S10_2,41S10_5,41S10_10,41S10_20,41S10_30,41S10_50,41S10_100,41S10_200,41S10_300,41S10_500,41S10_1000,
Possible?
We want to remove every instance where there is a _400 packs from a string of text.
So in the example below I want all of the 41S7_400, & 41S8_400, & 41S10_400, removed
41S7_1,41S7_2,41S7_5,41S7_10,41S7_20,41S7_30,41S7_50,41S7_100,41S7_200,41S7_300,41S7_400,41S7_500,41S7_1000,41S8_1,41S8_2,41S8_5,41S8_10,41S8_20,41S8_30,41S8_50,41S8_100,41S8_200,41S8_300,41S8_400,41S8_500,41S8_1000,41S10_1,41S10_2,41S10_5,41S10_10,41S10_20,41S10_30,41S10_50,41S10_100,41S10_200,41S10_300,41S10_400,41S10_500,41S10_1000,
So it ends up looking like this
41S7_1,41S7_2,41S7_5,41S7_10,41S7_20,41S7_30,41S7_50,41S7_100,41S7_200,41S7_300,41S7_500,41S7_1000,41S8_1,41S8_2,41S8_5,41S8_10,41S8_20,41S8_30,41S8_50,41S8_100,41S8_200,41S8_300,41S8_500,41S8_1000,41S10_1,41S10_2,41S10_5,41S10_10,41S10_20,41S10_30,41S10_50,41S10_100,41S10_200,41S10_300,41S10_500,41S10_1000,
Possible?
Last edited: