Theera Well-Known Member Licensed User Longtime User Nov 24, 2013 #1 Hi all, I'm understand to using regex() command,but I cann't set the pattern which start with "Ab". I need someone help me. P.S. I must using only regex() command Attachments TestPattern.zip 6.1 KB · Views: 183
Hi all, I'm understand to using regex() command,but I cann't set the pattern which start with "Ab". I need someone help me. P.S. I must using only regex() command
Erel B4X founder Staff member Licensed User Longtime User Nov 24, 2013 #2 Will be easier if you post the pattern in the forum directly. Which strings do you want to match? If you want to match a string that starts with Ab then the pattern should be "Ab.*" Upvote 0
Will be easier if you post the pattern in the forum directly. Which strings do you want to match? If you want to match a string that starts with Ab then the pattern should be "Ab.*"