Skip to main content

ExplodeText

Macro ExplodeText 

Source
macro_rules! ExplodeText {
    ($text:expr_2021) => { ... };
}
Expand description

Similar to Explode, but convert letters to catcode LETTER and others to OTHER Hopefully, this is essentially correct WITHOUT resorting to catcode lookup? Perl sync: newlines are OTHER, not SPACE (matches Perl #2700 revert of #2646).