Case 01 : Ascertaining a positive match using "\w" to match a specific phone number to a generic string
Case 02 : Ascertaining a negative match or mismatch using "\w" whether a match over given string occurs or not
This technical blog is my own collection of notes , articles , implementations and interpretation of referred topics in coding, programming, data analytics , data science , data warehousing , Cloud Applications and Artificial Intelligence . Feel free to explore my blog and articles for reference and downloads . Do subscribe , like , share and comment ---- Vivek Dash
Case 01 : Ascertaining a positive match using "\w" to match a specific phone number to a generic string
Case 02 : Ascertaining a negative match or mismatch using "\w" whether a match over given string occurs or not