Hi guyz, I have to use regex for 30 November 2023. This value can be dynamic.Can anyone please help me with regex expression to check this.
Hi @Anjali_Rani
Check the below one,
\d+\s*\w+\s*\d+
Check the below image for better understanding,
1 Like
1 Like
1 Like
Sure,Thanks let me check
1 Like
Hi @Anjali_Rani
Try this:
\d+\s+\w+\s+\d+
1 Like
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.