yaml>rfc3339 ( str -- str' )


Vocabulary
yaml.conversion

Inputs
stran object


Outputs
str'an object


Definition


: yaml>rfc3339 ( str -- str' )
R/ -[0-9][^0-9]/ [ [ 48 1 ] dip insert-nth ] re-replace-with
R/ -[0-9][^0-9]/ [ [ 48 1 ] dip insert-nth ] re-replace-with
R/ [^0-9][0-9]:/ [ [ 48 1 ] dip insert-nth ] re-replace-with
R/ [ \t]+/ " " re-replace 58 over index cut 32 swap remove
append ;