.net - Extracting string from a txt file -



.net - Extracting string from a txt file -

i have txt file contains values extract: number after "your number:"

"your number:" has no space, made first grouping of 3digits "-" , #digits

---***--- i.e.: [some text here] number: 123-12345678 [some other text here] ---***---

i started @ regex, honest, poor in coding skill, asking help. need extract , save in excel, sql, or similar.

any help?

regex: number:\n.*?\n can seek regexs @ http://regexpal.com/

.net regex string extract

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -