jubilatious1
jubilatious1
So I've been playing around a bit with the last two lines of code you just posted, and it appears that wrapping a properly-formed range in `@(...)` is sufficient to...
Where does this issue stand? Wondering how to combine the `` designation with other (select, Unicode) characters to produce a custom character class. Hoping to advance beyond @codesections blog post...
Circling back to this again... @alabamenhu wrote: > Also, to me, if the `+@array` syntax is used, there should be only one of two interpretations: first grapheme of each element...
@codesections ```raku ~ % raku Welcome to Rakudo™ v2023.05. Implementing the Raku® Programming Language v6.d. Built on MoarVM version 2023.05. To exit type 'exit' or '^D' [0] > say $/...
@codesections I appreciate the update but I'm not sure how useful it is to use `ident` an an example, especially for casual users of Raku who only care about `alpha`,...
Probably a different issue, but it would be nice if the `` "leading-dot" format could be respected in custom (i.e. enumerated) character classes (currently throws an error, see last example...
@raiph wrote: > It feels like a null string in a character class should just be ignored rather than matching or nor matching. It just seems like there should be...
Is this Rakudo independent? Or an extension to the language specification? https://docs.raku.org/type/Metamodel/Versioning Also, why isn't semantic versioning used more prominently, e.g. to denote minimal `depends` version# ? https://docs.raku.org/type/Version
Great! Thank you! I'm still learning the Raku ecosystem so I'll check with the Documentation Team to see if the Raku syntax definition you already have works for POD6/RakuDoc. [I'll...