mikell Posted May 10, 2018 Share Posted May 10, 2018 @jchd JC, please forgive me. My AutoIt install is probably corrupted because your code returns this for me : Row|Col 0 [0]|Size:1|Name1 Size:2|Name2 Size:4|Name3 [1]|Size:1 [2]|Size:1|FirstName1 Size:2|FirstName2 Size:3|FirstName3 so, to avoid this parasitic $aGrouped[1] I used a SRER , the only way (IM.extremely.HO) to not get this group ([^|]+) as a result Earthshine 1 Link to comment Share on other sites More sharing options...
jchd Posted May 10, 2018 Share Posted May 10, 2018 Indeed I believe it isn't possible to capture it as a [parasitic] byproduct. I'd like to have PCRE support referenceable non-capturing groups. Yet since the OP seemed to expect two groups of lines it's still an acceptable solution in my view and no real need to _ArrayDelete this entry. This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe hereRegExp tutorial: enough to get startedPCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta. SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt) Link to comment Share on other sites More sharing options...
JonnyQuy Posted June 5, 2018 Author Share Posted June 5, 2018 thank you very much, I was success Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now