Hallo,
How can i use Regex to match names in different files.
e.g. i have 3 files with names. i need to link the matching names in the different file.
any ideas.
Hallo,
How can i use Regex to match names in different files.
e.g. i have 3 files with names. i need to link the matching names in the different file.
any ideas.
but why do u want a regex for that ?
use an if condition, get each file name, use.ToLower() or ToUpper, n then compare if they are equal.
This is what i understood as your requirement.
what is the Regex for a name like (v/d Grote) or (van den Grote). these are dutch surnames
So, you want one Regex to be applied to multiple files?
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.