Input :
Minning - [Duramation : Technich] - [2344/ZZ.09/EN-01/XII/2023] - [TinTIn Rivet and Restitusi multiple Date 20 Des 2023 (No 216/LP 000/F-3411000/2023)] [Completed]
How do I get (No 216/LP 000/F-3411000/2023) from the input above?
Input :
Minning - [Duramation : Technich] - [2344/ZZ.09/EN-01/XII/2023] - [TinTIn Rivet and Restitusi multiple Date 20 Des 2023 (No 216/LP 000/F-3411000/2023)] [Completed]
How do I get (No 216/LP 000/F-3411000/2023) from the input above?
You would need to try different scenarios but you could try this:
System.Text.RegularExpressions.Regex.Match(inputString, "\((No\s\d+\/[A-Z]+\s\d+\/[A-Z]-\d+\/\d+)\)").Value
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.