Suppose i have file contains customer name Customer can write his/her name like a text message in any format.
Like:
Name: John (case 1)
Name : John (case 2)
*Name=John (case 3)
Name :- John (case 4)
name :: John (case 5)
Name ; John (case 6)
Now how to write a regex that will always returns a name. If not then at least return 90% of the result. Cases could be endless