Any good example of doing test on array?
Regards, David
On Tuesday, 23 November 2021, David G. Johnston <david.g.johnston@xxxxxxxxx> wrote:
On Tue, Nov 23, 2021 at 2:58 AM Shaozhong SHI <shishaozhong@xxxxxxxxx> wrote:Is there any regex for Word space Word space Word and more?What problem are you actually trying to solve? You may find it easier to simply split your string on space and then do tests on elements of the resultant array.David J.