Hi guys,
Are there any regex expert here?
I have a process where the user typing: Audi A4 #date=010101 #type=pdf #from=test@test.dk
I like to work with the separate values "Audi A4" <- becuase this is the search words
And i like to get all parameters withj "#" so i can get somthing like Regex["date"] to get value 010101
Can some one make a simple example for me, please? :)
Best regards
TC
Are there any regex expert here?
I have a process where the user typing: Audi A4 #date=010101 #type=pdf #from=test@test.dk
I like to work with the separate values "Audi A4" <- becuase this is the search words
And i like to get all parameters withj "#" so i can get somthing like Regex["date"] to get value 010101
Can some one make a simple example for me, please? :)
Best regards
TC