How to split Dynamic Campany Name from notepad

How to split Dynamic Campany Name in notepad

New Text Document.txt (991 Bytes)

I need GOOD BOY ,BAD BOY from notepad

Maybe share the input data and explain how you want the output to look

image

output

New Text Document.txt (991 Bytes)
This is correct input

Give this a try and let me know if it works:

Main.xaml (15.4 KB)

image

I couldn’t open the Xaml file.
image

What studio version do you have?

image

Try again now

Main.xaml (14.5 KB)

Same issue
image

Hi @Sayed_Tabrez2

Try this

Sequence14.xaml (14.3 KB)

Output:

image

Cheers!!

1 Like

Can you share Regex Pattern here

@Sayed_Tabrez2

"(?<=\s+\d+\s+\d+\s+)[A-Z]+\s+[A-Z]+(?=\s+\d+)"

Cheers!!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.