RE: LDInspector
2021-04-24, 15:07 (This post was last modified: 2021-04-24, 15:10 by Stefan Frenz. Edit Reason: added real error )
2021-04-24, 15:07 (This post was last modified: 2021-04-24, 15:10 by Stefan Frenz. Edit Reason: added real error )
Thank you for joining I like the dot idea, so it would be kind of
to extend the basic set number by something with a dot, so "error free" are "700" (ok) and "700a" (unlikely because of "a") and "700.1" (unlikely because of "."), even "700.1.2" (unlikely because of "." and because of double use of ".") and "700.1-1" (unlikely because of "." and hinted for set-qualifier "-1"). But real errors are "700/1" (because of "/") or "700-1-1" (because of double "-").
Code:
^([a-z0-9\.]+)(-[a-z0-9]+)? - (.*)