Jump to content

S-expressions: Difference between revisions

Strings like foo# wouldn't work, because /b would cut the # I really don't know why it was after the num.
(→‎{{header|Python}}: Added support for negative numbers.)
(Strings like foo# wouldn't work, because /b would cut the # I really don't know why it was after the num.)
Line 2,292:
(?P<brackl>\()|
(?P<brackr>\))|
(?P<num>\-?\d+\.\d+|\-?\d+)\b|
(?P<sq>"[^"]*")|
(?P<s>[^(^)\Ss]+)\b
)'''
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.