https://wiki.bablosoft.com/doku.php?id=how_to_search_for_element
https://community.bablosoft.com/topic/15215/how-can-i-search-for-a-specific-link-in-a-mail-body/2
https://community.bablosoft.com/topic/14576/нажатие-на-элемент-по-ссылке-match-xpath
Hi everyone, so i'm trying to get the code from email using imap
but the question is how can i get the code from this long message
https://imgur.com/a/F9iI5UZ
i used Replace text with regexp but this takes all the numbers not the number i want
You may use "TRIM" function to get the code. Example: Your code is 47834. Using trim to remove number of character before the code which is (11 include spaces). It can be used to remove number of characters after the code also
@Talented22 It's not working it gave me same mail
@younesgamer11 said in IMAP EMAIL:
Bump
Re-read your first post and think, based on what information will other users be able to help you?
@Fox I want to get this number from the email i got by website (check photo)
https://imgur.com/a/LUEf6C1
the problem is when i use Replace text with regexp it gave me all numbers not the number i want
i used Trim and it gave me same text (check photo)
https://imgur.com/a/hYtoA2X
@younesgamer11 said in IMAP EMAIL:
@Fox I want to get this number from the email i got by website (check photo)
the problem is when i use Replace text with regexp it gave me all numbers not the number i want
i used Trim and it gave me same text (check photo)
In the future, attach the text of the letter so that other users do not need to reprint it from the screenshot. A simple regular expression may be suitable for you:
\d{6}