← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~m2j/openlp/bug-1094342 into lp:openlp

 

Can you replace this:
105	+ key = re.findall(r'(\d+|\D+)', string)

by

key = REGEX_WHATEVER.findall(string)
-- 
https://code.launchpad.net/~m2j/openlp/bug-1094342/+merge/156292
Your team OpenLP Core is subscribed to branch lp:openlp.


References