pyDOE icon indicating copy to clipboard operation
pyDOE copied to clipboard

Change in the regex string of fracfact()

Open AlexandreBohyn opened this issue 4 years ago • 0 comments

The old regex string would consider the whitespace as an optional split point and would even split character like 'ab' in two separate letters. By changing it from \s? to \s we make the split only possible on '+' '-' and white spaces.

AlexandreBohyn avatar Mar 27 '20 10:03 AlexandreBohyn