Words Match

silverlord27

New member
Hi i am new to computing

I want to match a word infact 2 words with space between them.

Word1 Word2

I tried \bword1\sword2\b but it didn't worked
 

Endercraft

Moderator (& bug finder :D)
Do you have sample text that should match (and highlight what in the text should match)?
 

Qarboz

Well-known member
Confirm Requried dominion Shopping Mall Shops
Qoute Confirm options

I want to match Confirm Requried
Have you tried without Regular Expression? In your case, "Contains" should suffice.

Screenshot_20240409-173144-432.png
In the screenshot I used the received SMS because I don't have whatsapp, I think it should be the same thing
 

silverlord27

New member
Have you tried without Regular Expression? In your case, "Contains" should suffice.

View attachment 9316
In the screenshot I used the received SMS because I don't have whatsapp, I think it should be the same thing
I tried this with Plain text as well but its not working .... Plain text is not an option as i have to include many words and their variations as well.
 

silverlord27

New member
Of course it does with your example if you follow @Qarboz's advice. You must have made something wrong...

If you have some other constraints, tell us what they are if you want efficient help.
There are no device constraints ... Just want to target whatsapp notications for specific words pattern in notification content as specified above the 2 words with space in between.
 
Top