Relative Content

Tag Archive for rstring

extract values from string with random pattern

How can I extract 1.10E+93, 1012055, 1018598,AOL,WDF985 from the strings vector as below using pattern? I want to extract two times 1.10E+93 and 1012055 and one time other values i.e., extract one value for each string.