Parsing a Line

Share your advanced PureBasic knowledge/code with the community.
akj
Enthusiast
Enthusiast
Posts: 668
Joined: Mon Jun 09, 2003 10:08 pm
Location: Nottingham

Post by akj »

@Hroudtwolf:

I suggest that the lengthy CreateRegularExpression() line be replaced by

Code: Select all

*RegEx = CreateRegularExpression ( #PB_Any , "[^|]+" )
to produce the same result.
Anthony Jordan
Post Reply