OP 19 October, 2020 - 09:17 AM
If i have a SN: 1489718AFICO8; how can i change the "A" or the "F" into something else
This post is by a banned member (diefolain) - Unhide
OP 19 October, 2020 - 09:17 AM
If i have a SN: 1489718AFICO8; how can i change the "A" or the "F" into something else
This post is by a banned member (aax) - Unhide
You don't need any programming language to do that. Just generate as many results as you want for a regular expression (there are many sites online), like this: 1489718[A-Z0-9]{2}ICO8
This will change the AF to 2 random letters/numbers. If you only need 2 letters, use this: 1489718[A-Z]{2}ICO8 Personally, I use this site: https://onlinetexttools.com/generate-text-from-regex You can generate millions of SNs within a few seconds :)
This post is by a banned member (diefolain) - Unhide
OP 19 October, 2020 - 09:26 AM
(This post was last modified: 19 October, 2020 - 09:27 AM by diefolain.)
(19 October, 2020 - 09:20 AM)extent Wrote: Show More yes but i want that the program do it like 100 times not only once (19 October, 2020 - 09:26 AM)aax Wrote: Show More thank you bro
This post is by a banned member (aax) - Unhide
19 October, 2020 - 09:30 AM
(19 October, 2020 - 09:26 AM)diefolain Wrote: Show More No problem :) See my edited reply for a bit more information and the site I am personally using |
Create an account or sign in to comment | ||
You need to be a member in order to leave a comment | ||
Create an account
Sign up for a new account in our community. It's easy!
|
or |
Sign in
Already have an account? Sign in here.
|