Hi Guys,
Just to let you know im using StudioX plus I have enabled " Show Developer ".
Im trying to regex a pdf, pulling various values then writing to excel.
Read pdf text which gives me “Text from Read PDF Text” ( message box attached ).
The output from " Matches " is " Result from Matches ".
When trying to input the result in this message box, the only option is
" Result from is Match " but the output from the matches is " Result from Matches ".
Would appreciate any guidance.
Am I using the correct action ? ismatch is boolean I believe ?
How to write the regex value to a message box, not looking for true / false but the actual regex output value. Finding it very confusing
My string info@BerkshireHathaway.com
my regex (?<=@).+?(?=.)
Message box BerkshireHathaway